| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-07-14 | 5 | -6/+20 |
|\ |
|
| * | gre: fix ToS/DiffServ inherit bug | Andreas Jaggi | 2009-07-14 | 1 | -2/+2 |
| * | sit: fix regression: do not release skb->dst before xmit | Sascha Hlusiak | 2009-07-11 | 1 | -0/+1 |
| * | net: ip_push_pending_frames() fix | Eric Dumazet | 2009-07-11 | 2 | -2/+0 |
| * | net: sk_prot_alloc() should not blindly overwrite memory | Eric Dumazet | 2009-07-11 | 1 | -2/+17 |
* | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 10 | -3/+7 |
|/ |
|
* | net: adding memory barrier to the poll and receive callbacks | Jiri Olsa | 2009-07-09 | 9 | -19/+19 |
* | netpoll: Fix carrier detection for drivers that are using phylib | Anton Vorontsov | 2009-07-08 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-07-08 | 4 | -3/+6 |
|\ |
|
| * | mac80211: minstrel: avoid accessing negative indices in rix_to_ndx() | Luciano Coelho | 2009-07-07 | 1 | -1/+4 |
| * | cfg80211: fix refcount leak | Johannes Berg | 2009-07-07 | 1 | -1/+0 |
| * | mac80211: fix allocation in mesh_queue_preq | Andrey Yurovsky | 2009-07-07 | 1 | -1/+1 |
| * | Wireless: nl80211, fix lock imbalance | Jiri Slaby | 2009-07-07 | 1 | -0/+1 |
* | | ipv4: Fix fib_trie rebalancing, part 4 (root thresholds) | Jarek Poplawski | 2009-07-08 | 1 | -2/+2 |
|/ |
|
* | sctp: fix warning at inet_sock_destruct() while release sctp socket | Wei Yongjun | 2009-07-06 | 1 | -23/+2 |
* | dsa: fix 88e6xxx statistics counter snapshotting | Stephane Contri | 2009-07-05 | 1 | -1/+1 |
* | IPv6: preferred lifetime of address not getting updated | Brian Haley | 2009-07-03 | 1 | -3/+27 |
* | xfrm6: fix the proto and ports decode of sctp protocol | Wei Yongjun | 2009-07-03 | 1 | -2/+4 |
* | xfrm4: fix the ports decode of sctp protocol | Wei Yongjun | 2009-07-03 | 1 | -1/+2 |
* | net/9p: Fix crash due to bad mount parameters. | Abhishek Kulkarni | 2009-07-02 | 1 | -6/+8 |
* | Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification" | Eric W. Biederman | 2009-06-30 | 1 | -5/+2 |
* | ipv4: Fix fib_trie rebalancing, part 3 | Jarek Poplawski | 2009-06-30 | 1 | -0/+3 |
* | sctp: xmit sctp packet always return no route error | Wei Yongjun | 2009-06-29 | 1 | -1/+1 |
* | xfrm: use xfrm_addr_cmp() instead of compare addresses directly | Wei Yongjun | 2009-06-29 | 1 | -49/+8 |
* | tcp: Do not tack on TSO data to non-TSO packet | Herbert Xu | 2009-06-29 | 1 | -5/+10 |
* | tcp: Stop non-TSO packets morphing into TSO | Herbert Xu | 2009-06-29 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low... | David S. Miller | 2009-06-29 | 1 | -0/+6 |
|\ |
|
| * | nl802154: add module license and description | Dmitry Eremin-Solenikov | 2009-06-29 | 1 | -0/+3 |
| * | nl802154: fix Oops in ieee802154_nl_get_dev | Dmitry Eremin-Solenikov | 2009-06-29 | 1 | -0/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-06-29 | 5 | -17/+78 |
|\ \ |
|
| * | | netfilter: xtables: conntrack match revision 2 | Jan Engelhardt | 2009-06-29 | 1 | -6/+60 |
| * | | netfilter: tcp conntrack: fix unacknowledged data detection with NAT | Patrick McHardy | 2009-06-29 | 2 | -9/+14 |
| * | | nf_conntrack: Use rcu_barrier() | Jesper Dangaard Brouer | 2009-06-25 | 2 | -2/+4 |
| |/ |
|
* | | gro: Flush GRO packets in napi_disable_pending path | Herbert Xu | 2009-06-26 | 1 | -3/+5 |
* | | inet: Call skb_orphan before tproxy activates | Herbert Xu | 2009-06-26 | 2 | -0/+6 |
* | | mac80211: Use rcu_barrier() on unload. | Jesper Dangaard Brouer | 2009-06-26 | 1 | -1/+1 |
* | | sunrpc: Use rcu_barrier() on unload. | Jesper Dangaard Brouer | 2009-06-26 | 1 | -0/+1 |
* | | bridge: Use rcu_barrier() instead of syncronize_net() on unload. | Jesper Dangaard Brouer | 2009-06-26 | 1 | -1/+1 |
* | | ipv6: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-06-26 | 1 | -0/+2 |
* | | decnet: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-06-26 | 1 | -0/+2 |
* | | ipv6: avoid wraparound for expired preferred lifetime | Jens Rosenboom | 2009-06-25 | 1 | -1/+4 |
* | | tcp: missing check ACK flag of received segment in FIN-WAIT-2 state | Wei Yongjun | 2009-06-25 | 1 | -1/+2 |
* | | Phonet: generate Netlink RTM_DELADDR when destroying a device | Rémi Denis-Courmont | 2009-06-25 | 1 | -21/+31 |
* | | Phonet: publicize the Netlink notification function | Rémi Denis-Courmont | 2009-06-25 | 1 | -2/+2 |
* | | ipsec: Fix name of CAST algorithm | Herbert Xu | 2009-06-24 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-06-24 | 27 | -61/+98 |
|\ |
|
| * | ipv4 routing: Ensure that route cache entries are usable and reclaimable with... | Neil Horman | 2009-06-23 | 1 | -3/+23 |
| * | net: Move rx skb_orphan call to where needed | Herbert Xu | 2009-06-23 | 4 | -7/+2 |
| * | ipv6: Use correct data types for ICMPv6 type and code | Brian Haley | 2009-06-23 | 16 | -32/+32 |
| * | netfilter: xt_rateest: fix comparison with self | Patrick McHardy | 2009-06-22 | 1 | -1/+1 |