| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-31 | 2 | -2/+8 |
|\ |
|
| * | ipv6: compile fix for ip6mr.c | Dave Jones | 2009-01-31 | 1 | -0/+1 |
| * | packet: Avoid lock_sock in mmap handler | Herbert Xu | 2009-01-30 | 1 | -2/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-30 | 12 | -60/+108 |
|\ \
| |/ |
|
| * | wimax: fix build issue when debugfs is disabled | Inaky Perez-Gonzalez | 2009-01-29 | 2 | -11/+13 |
| * | ipv4: fix infinite retry loop in IP-Config | Benjamin Zores | 2009-01-29 | 1 | -3/+3 |
| * | net: Fix OOPS in skb_seq_read(). | Shyam Iyer | 2009-01-29 | 1 | -5/+5 |
| * | net: Fix frag_list handling in skb_seq_read | Herbert Xu | 2009-01-29 | 1 | -2/+3 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-01-29 | 1 | -12/+20 |
| |\ |
|
| | * | cfg80211: print correct intersected regulatory domain | Luis R. Rodriguez | 2009-01-29 | 1 | -1/+1 |
| | * | cfg80211: Fix sanity check on 5 GHz when processing country IE | Luis R. Rodriguez | 2009-01-29 | 1 | -11/+19 |
| * | | ipv6: Make mc_forwarding sysctl read-only. | David S. Miller | 2009-01-27 | 1 | -1/+1 |
| * | | IPv6: Fix multicast routing bugs. | Thomas Goff | 2009-01-27 | 3 | -7/+20 |
| * | | net: fix xfrm reverse flow lookup for icmp6 | Jiri Pirko | 2009-01-27 | 1 | -2/+2 |
| * | | tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. | Dimitris Michailidis | 2009-01-26 | 1 | -1/+2 |
| * | | udp: optimize bind(0) if many ports are in use | Eric Dumazet | 2009-01-26 | 1 | -16/+39 |
| |/ |
|
* | | nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too | J. Bruce Fields | 2009-01-27 | 1 | -3/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-26 | 17 | -79/+206 |
|\ |
|
| * | vlan: Export symbols as non GPL symbols. | Ben Greear | 2009-01-26 | 1 | -2/+2 |
| * | net: Move config NET_NS to from net/Kconfig to init/Kconfig | Matt Helsley | 2009-01-26 | 1 | -8/+0 |
| * | af_key: initialize xfrm encap_oa | Timo Teras | 2009-01-25 | 1 | -0/+1 |
| * | sctp: Fix another socket race during accept/peeloff | Vlad Yasevich | 2009-01-22 | 1 | -0/+13 |
| * | sctp: Properly timestamp outgoing data chunks for rtx purposes | Vlad Yasevich | 2009-01-22 | 1 | -3/+4 |
| * | sctp: Correctly start rtx timer on new packet transmissions. | Vlad Yasevich | 2009-01-22 | 1 | -2/+1 |
| * | mac80211: fix slot time debug message | Christian Lamparter | 2009-01-22 | 1 | -2/+2 |
| * | mac80211: decrement ref count to netdev after launching mesh discovery | Brian Cavagnolo | 2009-01-22 | 1 | -2/+4 |
| * | netfilter: ctnetlink: fix scheduling while atomic | Patrick McHardy | 2009-01-21 | 1 | -0/+3 |
| * | gro: Fix merging of paged packets | Herbert Xu | 2009-01-20 | 1 | -4/+5 |
| * | gro: Fix error handling on extremely short frags | Herbert Xu | 2009-01-20 | 1 | -0/+1 |
| * | gro: Fix handling of complete checksums in IPv6 | Herbert Xu | 2009-01-20 | 1 | -0/+7 |
| * | NET: net_namespace, fix lock imbalance | Jiri Slaby | 2009-01-20 | 1 | -1/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-01-20 | 2 | -12/+117 |
| |\ |
|
| | * | cfg80211: Fix parsed country IE info for 5 GHz | Luis R. Rodriguez | 2009-01-16 | 1 | -2/+19 |
| | * | cfg80211: Fix regression with 11d on bands | Luis R. Rodriguez | 2009-01-16 | 1 | -3/+79 |
| | * | cfg80211: make handle_band() and handle_channel() wiphy specific | Luis R. Rodriguez | 2009-01-16 | 1 | -6/+19 |
| | * | mac80211: more kernel-doc fixes | Randy Dunlap | 2009-01-16 | 1 | -1/+0 |
| * | | Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info" | David S. Miller | 2009-01-20 | 1 | -9/+2 |
| * | | net: Fix data corruption when splicing from sockets. | Jarek Poplawski | 2009-01-19 | 1 | -32/+29 |
| * | | net: Add debug info to track down GSO checksum bug | Herbert Xu | 2009-01-19 | 1 | -1/+13 |
| * | | net/9p: fid->fid is used uninitialized | Roel Kluin | 2009-01-19 | 1 | -1/+1 |
* | | | fs/Kconfig: move sunrpc out | Alexey Dobriyan | 2009-01-22 | 1 | -0/+79 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-15 | 24 | -99/+172 |
|\ \
| |/ |
|
| * | can: fix slowpath issue in hrtimer callback function | Oliver Hartkopp | 2009-01-14 | 1 | -27/+30 |
| * | net: Add init_dummy_netdev() and fix EMAC driver using it | Benjamin Herrenschmidt | 2009-01-14 | 1 | -0/+39 |
| * | gso: Ensure that the packet is long enough | Herbert Xu | 2009-01-14 | 1 | -6/+7 |
| * | gro: Fix page ref count for skbs freed normally | Herbert Xu | 2009-01-14 | 2 | -6/+6 |
| * | xfrm: For 32/64 compatability wrt. xfrm_usersa_info | David S. Miller | 2009-01-14 | 1 | -2/+9 |
| * | gro: Check for GSO packets and packets with frag_list | Herbert Xu | 2009-01-14 | 1 | -0/+3 |
| * | ipv6: Fix fib6_dump_table walker leak | Herbert Xu | 2009-01-13 | 1 | -7/+8 |
| * | tcp: splice as many packets as possible at once | Willy Tarreau | 2009-01-13 | 1 | -2/+9 |