Age | Commit message (Expand) | Author | Files | Lines |
2009-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 8 | -11/+53 |
2009-07-20 | Fix error return for setsockopt(SO_TIMESTAMPING) | Rémi Denis-Courmont | 1 | -1/+1 |
2009-07-20 | tcp: Use correct peer adr when copying MD5 keys | John Dykstra | 2 | -2/+2 |
2009-07-20 | tcp: Fix MD5 signature checking on IPv4 mapped sockets | John Dykstra | 3 | -1/+3 |
2009-07-17 | net: sock_copy() fixes | Eric Dumazet | 1 | -2/+18 |
2009-07-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -5/+21 |
2009-07-16 | netfilter: nf_conntrack: nf_conntrack_alloc() fixes | Eric Dumazet | 1 | -3/+18 |
2009-07-16 | netfilter: xt_osf: fix nf_log_packet() arguments | Patrick McHardy | 1 | -2/+3 |
2009-07-15 | net/can: add module alias to can protocol drivers | Lothar Waßmann | 2 | -0/+2 |
2009-07-15 | net/can bugfix: use after free bug in can protocol drivers | Lothar Waßmann | 2 | -0/+6 |
2009-07-15 | 9p: Possible regression in p9_client_stat | Abhishek Kulkarni | 1 | -5/+2 |
2009-07-15 | 9p: default 9p transport module fix | Abhishek Kulkarni | 1 | -3/+3 |
2009-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -6/+20 |
2009-07-14 | gre: fix ToS/DiffServ inherit bug | Andreas Jaggi | 1 | -2/+2 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 10 | -3/+7 |
2009-07-12 | sit: fix regression: do not release skb->dst before xmit | Sascha Hlusiak | 1 | -0/+1 |
2009-07-12 | net: ip_push_pending_frames() fix | Eric Dumazet | 2 | -2/+0 |
2009-07-12 | net: sk_prot_alloc() should not blindly overwrite memory | Eric Dumazet | 1 | -2/+17 |
2009-07-10 | net: adding memory barrier to the poll and receive callbacks | Jiri Olsa | 9 | -19/+19 |
2009-07-09 | netpoll: Fix carrier detection for drivers that are using phylib | Anton Vorontsov | 1 | -1/+1 |
2009-07-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 4 | -3/+6 |
2009-07-08 | ipv4: Fix fib_trie rebalancing, part 4 (root thresholds) | Jarek Poplawski | 1 | -2/+2 |
2009-07-07 | mac80211: minstrel: avoid accessing negative indices in rix_to_ndx() | Luciano Coelho | 1 | -1/+4 |
2009-07-07 | cfg80211: fix refcount leak | Johannes Berg | 1 | -1/+0 |
2009-07-07 | mac80211: fix allocation in mesh_queue_preq | Andrey Yurovsky | 1 | -1/+1 |
2009-07-07 | Wireless: nl80211, fix lock imbalance | Jiri Slaby | 1 | -0/+1 |
2009-07-06 | sctp: fix warning at inet_sock_destruct() while release sctp socket | Wei Yongjun | 1 | -23/+2 |
2009-07-06 | dsa: fix 88e6xxx statistics counter snapshotting | Stephane Contri | 1 | -1/+1 |
2009-07-04 | IPv6: preferred lifetime of address not getting updated | Brian Haley | 1 | -3/+27 |
2009-07-04 | xfrm6: fix the proto and ports decode of sctp protocol | Wei Yongjun | 1 | -2/+4 |
2009-07-04 | xfrm4: fix the ports decode of sctp protocol | Wei Yongjun | 1 | -1/+2 |
2009-07-03 | net/9p: Fix crash due to bad mount parameters. | Abhishek Kulkarni | 1 | -6/+8 |
2009-07-01 | Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification" | Eric W. Biederman | 1 | -5/+2 |
2009-06-30 | ipv4: Fix fib_trie rebalancing, part 3 | Jarek Poplawski | 1 | -0/+3 |
2009-06-30 | sctp: xmit sctp packet always return no route error | Wei Yongjun | 1 | -1/+1 |
2009-06-30 | xfrm: use xfrm_addr_cmp() instead of compare addresses directly | Wei Yongjun | 1 | -49/+8 |
2009-06-30 | tcp: Do not tack on TSO data to non-TSO packet | Herbert Xu | 1 | -5/+10 |
2009-06-30 | tcp: Stop non-TSO packets morphing into TSO | Herbert Xu | 1 | -1/+2 |
2009-06-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low... | David S. Miller | 1 | -0/+6 |
2009-06-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 5 | -17/+78 |
2009-06-29 | nl802154: add module license and description | Dmitry Eremin-Solenikov | 1 | -0/+3 |
2009-06-29 | nl802154: fix Oops in ieee802154_nl_get_dev | Dmitry Eremin-Solenikov | 1 | -0/+3 |
2009-06-29 | netfilter: xtables: conntrack match revision 2 | Jan Engelhardt | 1 | -6/+60 |
2009-06-29 | netfilter: tcp conntrack: fix unacknowledged data detection with NAT | Patrick McHardy | 2 | -9/+14 |
2009-06-27 | gro: Flush GRO packets in napi_disable_pending path | Herbert Xu | 1 | -3/+5 |
2009-06-27 | inet: Call skb_orphan before tproxy activates | Herbert Xu | 2 | -0/+6 |
2009-06-27 | mac80211: Use rcu_barrier() on unload. | Jesper Dangaard Brouer | 1 | -1/+1 |
2009-06-27 | sunrpc: Use rcu_barrier() on unload. | Jesper Dangaard Brouer | 1 | -0/+1 |
2009-06-27 | bridge: Use rcu_barrier() instead of syncronize_net() on unload. | Jesper Dangaard Brouer | 1 | -1/+1 |
2009-06-27 | ipv6: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 1 | -0/+2 |