index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2014-02-04
cfg80211: fix channel configuration in IBSS join
Antonio Quartulli
-1
/
+3
2014-02-04
nl80211: fix scheduled scan RSSI matchset attribute confusion
Johannes Berg
-3
/
+6
2014-02-04
mac80211: remove module handling from rate control ops
Johannes Berg
-1
/
+0
2014-02-04
mac80211: make rate control ops const
Johannes Berg
-2
/
+2
2014-02-04
nl80211: add Guard Interval support for set_bitrate_mask
Janusz Dziedzic
-0
/
+1
2014-02-04
cfg80211: make connect ie param const
Johannes Berg
-1
/
+1
2014-02-04
cfg80211: Clean up connect params and channel fetching
Jouni Malinen
-2
/
+2
2014-02-04
cfg80211: Advertise maximum associated STAs in AP mode
Jouni Malinen
-0
/
+7
2014-02-04
cfg80211: Allow BSS hint to be provided for connect
Jouni Malinen
-0
/
+8
2014-02-04
mac80211: only set CSA beacon when at least one beacon must be transmitted
Luciano Coelho
-4
/
+6
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-493
/
+1429
2014-01-23
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
-11
/
+11
2014-01-22
rtnetlink: provide api for getting and setting slave info
Jiri Pirko
-0
/
+14
2014-01-22
ipv6: enable anycast addresses as source addresses for datagrams
FX Le Bail
-2
/
+3
2014-01-21
reciprocal_divide: update/correction of the algorithm
Hannes Frederic Sowa
-1
/
+2
2014-01-21
net: introduce reciprocal_scale helper and convert users
Daniel Borkmann
-3
/
+1
2014-01-21
sctp: remove macros sctp_bh_[un]lock_sock
wangweidong
-4
/
+0
2014-01-21
sctp: remove macros sctp_{lock|release}_sock
wangweidong
-2
/
+0
2014-01-21
sctp: remove macros sctp_read_[un]lock
wangweidong
-4
/
+0
2014-01-21
sctp: remove macros sctp_write_[un]_lock
wangweidong
-2
/
+0
2014-01-21
sctp: remove macros sctp_spin_[un]lock
wangweidong
-4
/
+2
2014-01-21
sctp: remove macros sctp_local_bh_{disable|enable}
wangweidong
-2
/
+0
2014-01-21
sctp: remove macros sctp_spin_[un]lock_irqrestore
wangweidong
-5
/
+2
2014-01-21
net: Add GRO support for vxlan traffic
Or Gerlitz
-0
/
+1
2014-01-21
net: Add GRO support for UDP encapsulating protocols
Or Gerlitz
-0
/
+3
2014-01-21
ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
Hannes Frederic Sowa
-0
/
+2
2014-01-21
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
WANG Cong
-1
/
+1
2014-01-21
net_sched: act: fetch hinfo from a->ops->hinfo
WANG Cong
-2
/
+2
2014-01-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-18
/
+1
2014-01-19
net_sched: act: remove capab from struct tc_action_ops
WANG Cong
-2
/
+0
2014-01-19
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
Hannes Frederic Sowa
-4
/
+14
2014-01-19
ipv6: add flowlabel_consistency sysctl
Florent Fourcot
-0
/
+1
2014-01-19
ipv6: add a flag to get the flow label used remotly
Florent Fourcot
-1
/
+2
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+0
2014-01-17
ipv4: fix a dst leak in tunnels
Eric Dumazet
-1
/
+0
2014-01-17
ipv6: simplify detection of first operational link-local address on interface
Hannes Frederic Sowa
-1
/
+0
2014-01-17
ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT
Florent Fourcot
-3
/
+3
2014-01-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
-3
/
+29
2014-01-16
neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.
Jiri Pirko
-0
/
+5
2014-01-15
ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper
Li RongQing
-0
/
+5
2014-01-14
IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6
FX Le Bail
-1
/
+1
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
-1
/
+1
2014-01-14
ipv4: register igmp_notifier even when !CONFIG_PROC_FS
WANG Cong
-1
/
+1
2014-01-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-0
/
+2
2014-01-13
audit: convert all sessionid declaration to unsigned int
Eric Paris
-11
/
+11
2014-01-13
sctp: make sctp_addto_chunk_fixed local
stephen hemminger
-1
/
+0
2014-01-13
net_sched: act: remove struct tcf_act_hdr
WANG Cong
-4
/
+0
2014-01-13
net_sched: optimize tcf_match_indev()
WANG Cong
-15
/
+15
2014-01-13
net_sched: add struct net pointer to tcf_proto_ops->dump
WANG Cong
-1
/
+1
2014-01-13
net_sched: act: move idx_gen into struct tcf_hashinfo
WANG Cong
-3
/
+4
[prev]
[next]