index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-11
cfg80211/mac80211: add wmm info to assoc event
Eliad Peller
1
-1
/
+3
2014-09-11
cfg80211: add WMM traffic stream API
Johannes Berg
1
-1
/
+22
2014-09-11
cfg80211: don't put kek/kck/replay counter on the stack
Johannes Berg
1
-6
/
+4
2014-09-05
mac80211: extend set_coverage_class signature
Lorenzo Bianconi
1
-2
/
+4
2014-09-05
cfg80211: enable dynack through nl80211
Lorenzo Bianconi
1
-0
/
+2
2014-09-05
nl80211: Add flag attribute for RRM connections
Assaf Krauss
1
-0
/
+2
2014-09-05
cfg80211: add Intel Mobile Communications copyright
Johannes Berg
1
-0
/
+1
2014-09-05
mac80211: add Intel Mobile Communications copyright
Johannes Berg
1
-0
/
+1
2014-08-26
cfg80211: allow passing frame type to cfg80211_inform_bss()
Johannes Berg
1
-2
/
+18
2014-08-26
cfg80211: clarify BSS probe response vs. beacon data
Johannes Berg
1
-0
/
+2
2014-08-26
mac80211: don't resize skbs needlessly
Ido Yariv
1
-1
/
+4
2014-08-26
mac80211: Fix accounting of the tailroom-needed counter
Ido Yariv
1
-2
/
+5
2014-08-26
cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()
Vladimir Kondratiev
1
-2
/
+1
2014-08-15
mac80211: don't duplicate station QoS capability data
Johannes Berg
1
-1
/
+1
2014-08-14
tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic
Hannes Frederic Sowa
1
-1
/
+1
2014-08-14
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
Neal Cardwell
3
-1
/
+2
2014-08-14
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
Andrey Vagin
1
-1
/
+3
2014-08-09
Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinux
Linus Torvalds
1
-4
/
+4
2014-08-07
netlabel: fix the netlbl_catmap_setlong() dummy function
Paul Moore
1
-4
/
+4
2014-08-06
net-timestamp: sock_tx_timestamp() fix
Eric Dumazet
1
-2
/
+4
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
41
-629
/
+1129
2014-08-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
1
-41
/
+53
2014-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2014-08-05
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
1
-0
/
+2
2014-08-05
net-timestamp: move timestamp flags out of sk_flags
Willem de Bruijn
1
-18
/
+11
2014-08-05
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
Willem de Bruijn
1
-1
/
+3
2014-08-05
tcp: reduce spurious retransmits due to transient SACK reneging
Neal Cardwell
1
-1
/
+1
2014-08-05
Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
6
-53
/
+24
2014-08-02
inet: frags: use kmem_cache for inet_frag_queue
Nikolay Aleksandrov
1
-1
/
+3
2014-08-02
inet: frags: enum the flag definitions and add descriptions
Nikolay Aleksandrov
1
-11
/
+35
2014-08-02
inet: frags: rename last_in to flags
Nikolay Aleksandrov
1
-1
/
+1
2014-08-02
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
James Morris
1
-41
/
+53
2014-08-01
netlabel: shorter names for the NetLabel catmap funcs/structs
Paul Moore
1
-55
/
+45
2014-08-01
netlabel: fix the horribly broken catmap functions
Paul Moore
1
-2
/
+24
2014-08-01
netlabel: fix a problem when setting bits below the previously lowest bit
Paul Moore
1
-4
/
+4
2014-07-31
sctp: Fixup v4mapped behaviour to comply with Sock API
Jason Gunthorpe
2
-5
/
+5
2014-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+0
2014-07-30
ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"
Dmitry Popov
1
-0
/
+1
2014-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+1
2014-07-30
Bluetooth: Rename pairable mgmt setting to bondable
Johan Hedberg
1
-2
/
+2
2014-07-30
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Johan Hedberg
1
-1
/
+1
2014-07-30
6lowpan: remove unused function
Varka Bhadram
1
-11
/
+0
2014-07-30
6lowpan: remove unused macros
Varka Bhadram
1
-15
/
+0
2014-07-30
6lowpan: remove unused LOWPAN_FRAG_SIZE define
Alexander Aring
1
-11
/
+0
2014-07-30
6lowpan: iphc: use ipv6 api to check address scope
Alexander Aring
1
-13
/
+0
2014-07-29
ipv4: fail early when creating netdev named all or default
WANG Cong
1
-0
/
+6
2014-07-29
net: remove deprecated syststamp timestamp
Willem de Bruijn
1
-8
/
+3
2014-07-29
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
John W. Linville
2
-0
/
+7
2014-07-29
Merge tag 'nfc-next-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next
John W. Linville
2
-0
/
+14
2014-07-28
ip: make IP identifiers less predictable
Eric Dumazet
1
-10
/
+1
[next]