Age | Commit message (Expand) | Author | Files | Lines |
2012-12-27 | netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabled | Li Zefan | 1 | -1/+1 |
2012-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -0/+8 |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+2 |
2012-12-14 | inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock | Christoph Paasch | 1 | -0/+1 |
2012-12-14 | ipv6: Change skb->data before using icmpv6_notify() to propagate redirect | Duan Jiong | 1 | -0/+7 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2012-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 44 | -320/+1315 |
2012-12-12 | ndisc: Unexport ndisc_{build,send}_skb(). | YOSHIFUJI Hideaki | 1 | -15/+0 |
2012-12-12 | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -7/+4 |
2012-12-12 | pkt_sched: avoid requeues if possible | Eric Dumazet | 1 | -0/+7 |
2012-12-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+5 |
2012-12-12 | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next | John W. Linville | 1 | -0/+5 |
2012-12-11 | net: fix a race in gro_cell_poll() | Eric Dumazet | 1 | -5/+9 |
2012-12-07 | tcp: bug fix Fast Open client retransmission | Yuchung Cheng | 1 | -0/+1 |
2012-12-07 | sctp: Add RCU protection to assoc->transport_addr_list | Thomas Graf | 1 | -0/+2 |
2012-12-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 5 | -28/+110 |
2012-12-06 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 3 | -21/+84 |
2012-12-05 | mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL | Stanislaw Gruszka | 1 | -0/+5 |
2012-12-04 | netconf: advertise mc_forwarding status | Nicolas Dichtel | 1 | -0/+3 |
2012-12-04 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 3 | -7/+18 |
2012-12-03 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2 | -7/+26 |
2012-12-03 | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT... | Michele Baldessari | 3 | -0/+75 |
2012-12-03 | Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCS | Andrei Emeltchenko | 1 | -1/+1 |
2012-12-03 | Bluetooth: AMP: Check that AMP is present and active | Andrei Emeltchenko | 1 | -0/+16 |
2012-12-03 | Bluetooth: Move double negation to macros | Gustavo Padovan | 1 | -3/+3 |
2012-12-03 | Bluetooth: Implement deferred sco socket setup | Frédéric Dalleau | 1 | -3/+6 |
2012-12-03 | netfilter: nf_nat: Handle routing changes in MASQUERADE target | Jozsef Kadlecsik | 1 | -0/+15 |
2012-12-03 | netfilter: kill support for per-af queue backends | Florian Westphal | 1 | -6/+2 |
2012-12-03 | netfilter: nf_conntrack: improve nf_conn object traceability | Pablo Neira Ayuso | 1 | -1/+1 |
2012-12-03 | mac80211: Fix typo in mac80211.h | Simon Wunderlich | 1 | -1/+1 |
2012-12-03 | net: fix sparse endianness warnings on sock_common | Eric Dumazet | 2 | -4/+5 |
2012-12-01 | ipv6: unify logic evaluating inet6_dev's accept_ra property | Shmulik Ladkani | 1 | -0/+9 |
2012-12-01 | net: move inet_dport/inet_num in sock_common | Eric Dumazet | 4 | -32/+56 |
2012-11-30 | rtnelink: remove unused parameter from rtnl_create_link(). | Rami Rosen | 1 | -1/+1 |
2012-11-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller | 1 | -0/+10 |
2012-11-30 | cfg80211: fix BSS struct IE access races | Johannes Berg | 1 | -14/+27 |
2012-11-30 | mac80211: remove probe response temporary buffer allocation | Johannes Berg | 1 | -3/+2 |
2012-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 7 | -91/+412 |
2012-11-27 | nl80211: support P2P GO powersave configuration | Johannes Berg | 1 | -0/+7 |
2012-11-27 | mac80211: support (partial) VHT radiotap information | Johannes Berg | 2 | -0/+29 |
2012-11-27 | cfg80211: rework chandef checking and export it | Johannes Berg | 1 | -3/+18 |
2012-11-26 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2 | -63/+173 |
2012-11-26 | mac80211: support VHT rates in TX info | Johannes Berg | 1 | -3/+33 |
2012-11-26 | mac80211: support drivers reporting VHT RX | Johannes Berg | 1 | -1/+11 |
2012-11-26 | nl80211/cfg80211: add VHT MCS support | Johannes Berg | 1 | -7/+17 |
2012-11-26 | mac80211: convert to channel definition struct | Johannes Berg | 1 | -10/+7 |
2012-11-26 | nl80211/cfg80211: support VHT channel configuration | Johannes Berg | 1 | -4/+69 |
2012-11-26 | cfg80211: pass a channel definition struct | Johannes Berg | 1 | -30/+35 |
2012-11-26 | cfg80211: remove remain-on-channel channel type | Johannes Berg | 2 | -10/+2 |
2012-11-26 | cfg80211: change function signature of cfg80211_get_p2p_attr() | Arend van Spriel | 1 | -2/+3 |