| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-03-13 | 29 | -121/+207 |
|\ |
|
| * | ipv6: Avoid unnecessary temporary addresses being generated | Heiner Kallweit | 2014-03-13 | 1 | -1/+4 |
| * | net: socket: error on a negative msg_namelen | Matthew Leach | 2014-03-12 | 1 | -0/+4 |
| * | bridge: multicast: enable snooping on general queries only | Linus Lüssing | 2014-03-11 | 1 | -3/+5 |
| * | bridge: multicast: add sanity check for general query destination | Linus Lüssing | 2014-03-11 | 1 | -0/+19 |
| * | tcp: tcp_release_cb() should release socket ownership | Eric Dumazet | 2014-03-11 | 2 | -1/+15 |
| * | skbuff: skb_segment: orphan frags before copying | Michael S. Tsirkin | 2014-03-11 | 1 | -0/+6 |
| * | skbuff: skb_segment: s/fskb/list_skb/ | Michael S. Tsirkin | 2014-03-11 | 1 | -13/+13 |
| * | skbuff: skb_segment: s/skb/head_skb/ | Michael S. Tsirkin | 2014-03-11 | 1 | -22/+24 |
| * | skbuff: skb_segment: s/skb_frag/frag/ | Michael S. Tsirkin | 2014-03-11 | 1 | -7/+7 |
| * | skbuff: skb_segment: s/frag/nskb_frag/ | Michael S. Tsirkin | 2014-03-11 | 1 | -9/+9 |
| * | vlan: Set correct source MAC address with TX VLAN offload enabled | Peter Boström | 2014-03-10 | 1 | -0/+3 |
| * | pkt_sched: fq: do not hold qdisc lock while allocating memory | Eric Dumazet | 2014-03-10 | 1 | -6/+15 |
| * | pkt_sched: move the sanity test in qdisc_list_add() | Eric Dumazet | 2014-03-10 | 1 | -3/+4 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-07 | 4 | -2/+8 |
| |\ |
|
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2014-03-06 | 4 | -2/+8 |
| | |\ |
|
| | | * | mac80211: clear sequence/fragment number in QoS-null frames | Johannes Berg | 2014-03-05 | 2 | -0/+2 |
| | | * | cfg80211: remove racy beacon_interval assignment | Johannes Berg | 2014-03-03 | 1 | -2/+0 |
| | | * | mac80211: consider virtual mon when calculating min_def | Eliad Peller | 2014-03-03 | 1 | -0/+6 |
| * | | | ipv6: don't set DST_NOCOUNT for remotely added routes | Sabrina Dubroca | 2014-03-06 | 1 | -1/+1 |
| * | | | ipv6: Fix exthdrs offload registration. | Anton Nayshtut | 2014-03-06 | 1 | -2/+2 |
| * | | | net: unix socket code abuses csum_partial | Anton Blanchard | 2014-03-06 | 1 | -2/+1 |
| * | | | inet: frag: make sure forced eviction removes all frags | Florian Westphal | 2014-03-06 | 1 | -1/+1 |
| * | | | tipc: don't log disabled tasklet handler errors | Erik Hugne | 2014-03-06 | 1 | -1/+0 |
| * | | | tipc: fix memory leak during module removal | Erik Hugne | 2014-03-06 | 1 | -3/+34 |
| * | | | tipc: drop subscriber connection id invalidation | Erik Hugne | 2014-03-06 | 1 | -11/+0 |
| * | | | tipc: avoid to unnecessary process switch under non-block mode | Ying Xue | 2014-03-06 | 1 | -2/+2 |
| * | | | tipc: fix connection refcount leak | Ying Xue | 2014-03-06 | 1 | -2/+4 |
| * | | | tipc: allow connection shutdown callback to be invoked in advance | Ying Xue | 2014-03-06 | 3 | -18/+7 |
| * | | | l2tp: fix userspace reception on plain L2TP sockets | Guillaume Nault | 2014-03-06 | 1 | -5/+7 |
| * | | | l2tp: fix manual sequencing (de)activation in L2TPv2 | Guillaume Nault | 2014-03-06 | 4 | -3/+7 |
| * | | | net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk | Daniel Borkmann | 2014-03-05 | 2 | -7/+2 |
| * | | | bridge: multicast: add sanity check for query source addresses | Linus Lüssing | 2014-03-05 | 1 | -0/+6 |
| * | | | net: fix for a race condition in the inet frag code | Nikolay Aleksandrov | 2014-03-05 | 1 | -1/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-03-10 | 1 | -6/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sockfd_lookup_light(): switch to fdget^W^Waway from fget_light | Al Viro | 2014-03-10 | 1 | -6/+7 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-03-04 | 53 | -384/+500 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2014-03-03 | 2 | -1/+32 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-03 | 2 | -1/+32 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2014-02-28 | 2 | -1/+32 |
| | | |\ \
| | | | |/ |
|
| | | | * | mac80211: fix association to 20/40 MHz VHT networks | Johannes Berg | 2014-02-27 | 1 | -0/+1 |
| | | | * | cfg80211: regulatory: reset regdomain in case of error | Janusz Dziedzic | 2014-02-25 | 1 | -1/+9 |
| | | | * | mac80211: don't validate unchanged AP bandwidth while tracking | Johannes Berg | 2014-02-24 | 1 | -0/+22 |
| * | | | | net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable | Daniel Borkmann | 2014-03-03 | 1 | -0/+7 |
| * | | | | Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca... | David S. Miller | 2014-03-03 | 1 | -21/+5 |
| |\ \ \ \ |
|
| | * | | | | can: remove CAN FD compatibility for CAN 2.0 sockets | Oliver Hartkopp | 2014-03-03 | 1 | -21/+5 |
| | |/ / / |
|
| * | | | | ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointer | Xin Long | 2014-03-03 | 1 | -1/+0 |
| * | | | | tcp: fix bogus RTT on special retransmission | Yuchung Cheng | 2014-03-03 | 2 | -4/+10 |
| * | | | | hsr: off by one sanity check in hsr_register_frame_in() | Dan Carpenter | 2014-03-03 | 1 | -1/+1 |
| |/ / / |
|
| * | | | ipv6: ipv6_find_hdr restore prev functionality | Hans Schillstrom | 2014-02-27 | 1 | -1/+1 |