| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-01-13 | 4 | -6/+10 |
| |\ |
|
| | * | mac80211: fix "‘ret’ may be used uninitialized" warning | John W. Linville | 2009-01-13 | 1 | -1/+1 |
| | * | mac80211: initialize RC data for all mesh links upon allocation | Christian Lamparter | 2009-01-12 | 1 | -0/+1 |
| | * | mac80211: allow mode change if IBSS is not allowed | Pavel Roskin | 2009-01-12 | 1 | -1/+2 |
| | * | minstrel: fix warning if lowest supported rate index is not 0 | Christian Lamparter | 2009-01-12 | 1 | -4/+6 |
| * | | pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffies | Jarek Poplawski | 2009-01-12 | 1 | -3/+6 |
| * | | pkt_sched: sch_htb: Consider used jiffies in htb_do_events() | Jarek Poplawski | 2009-01-12 | 1 | -3/+3 |
| * | | netfilter 08/09: xt_time: print timezone for user information | Jan Engelhardt | 2009-01-12 | 1 | -0/+11 |
| * | | netfilter 07/09: simplify nf_conntrack_alloc() error handling | Julia Lawall | 2009-01-12 | 2 | -3/+3 |
| * | | netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian | Patrick McHardy | 2009-01-12 | 2 | -2/+2 |
| * | | netfilter 05/09: ebtables: fix inversion in match code | Jan Engelhardt | 2009-01-12 | 1 | -1/+1 |
| * | | netfilter 04/09: x_tables: fix match/target revision lookup | Patrick McHardy | 2009-01-12 | 1 | -0/+8 |
| * | | netfilter 03/09: bridge: Disable PPPOE/VLAN processing by default | Herbert Xu | 2009-01-12 | 1 | -4/+4 |
| * | | netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTING | Herbert Xu | 2009-01-12 | 1 | -2/+8 |
| * | | netfilter 01/09: remove "happy cracking" message | Patrick McHardy | 2009-01-12 | 5 | -25/+5 |
| |/ |
|
* | | 9p: disallow RDMA if RDMA CM isn't available | Roland Dreier | 2009-01-15 | 1 | -1/+1 |