Age | Commit message (Expand) | Author | Files | Lines |
2009-02-06 | Revert "tcp: Always set urgent pointer if it's beyond snd_nxt" | David S. Miller | 1 | -8/+4 |
2009-02-06 | ipv6: Copy cork options in ip6_append_data | Herbert Xu | 1 | -15/+52 |
2009-02-06 | udp: Fix UDP short packet false positive | Jesper Dangaard Brouer | 1 | -1/+2 |
2009-02-04 | sunrpc: fix rdma dependencies | Randy Dunlap | 1 | -1/+1 |
2009-02-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -3/+2 |
2009-02-03 | udp: increments sk_drops in __udp_queue_rcv_skb() | Eric Dumazet | 1 | -1/+3 |
2009-02-01 | net: packet socket packet_lookup_frame fix | Sebastiano Di Paola | 1 | -4/+4 |
2009-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -2/+8 |
2009-01-31 | ipv6: compile fix for ip6mr.c | Dave Jones | 1 | -0/+1 |
2009-01-31 | packet: Avoid lock_sock in mmap handler | Herbert Xu | 1 | -2/+7 |
2009-01-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 12 | -60/+108 |
2009-01-30 | wimax: fix build issue when debugfs is disabled | Inaky Perez-Gonzalez | 2 | -11/+13 |
2009-01-30 | ipv4: fix infinite retry loop in IP-Config | Benjamin Zores | 1 | -3/+3 |
2009-01-30 | net: Fix OOPS in skb_seq_read(). | Shyam Iyer | 1 | -5/+5 |
2009-01-30 | net: Fix frag_list handling in skb_seq_read | Herbert Xu | 1 | -2/+3 |
2009-01-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -12/+20 |
2009-01-29 | cfg80211: print correct intersected regulatory domain | Luis R. Rodriguez | 1 | -1/+1 |
2009-01-29 | cfg80211: Fix sanity check on 5 GHz when processing country IE | Luis R. Rodriguez | 1 | -11/+19 |
2009-01-28 | ipv6: Make mc_forwarding sysctl read-only. | David S. Miller | 1 | -1/+1 |
2009-01-28 | IPv6: Fix multicast routing bugs. | Thomas Goff | 3 | -7/+20 |
2009-01-28 | net: fix xfrm reverse flow lookup for icmp6 | Jiri Pirko | 1 | -2/+2 |
2009-01-28 | nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too | J. Bruce Fields | 1 | -3/+2 |
2009-01-27 | tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. | Dimitris Michailidis | 1 | -1/+2 |
2009-01-27 | udp: optimize bind(0) if many ports are in use | Eric Dumazet | 1 | -16/+39 |
2009-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 17 | -79/+206 |
2009-01-26 | vlan: Export symbols as non GPL symbols. | Ben Greear | 1 | -2/+2 |
2009-01-26 | net: Move config NET_NS to from net/Kconfig to init/Kconfig | Matt Helsley | 1 | -8/+0 |
2009-01-26 | af_key: initialize xfrm encap_oa | Timo Teras | 1 | -0/+1 |
2009-01-23 | sctp: Fix another socket race during accept/peeloff | Vlad Yasevich | 1 | -0/+13 |
2009-01-23 | sctp: Properly timestamp outgoing data chunks for rtx purposes | Vlad Yasevich | 1 | -3/+4 |
2009-01-23 | sctp: Correctly start rtx timer on new packet transmissions. | Vlad Yasevich | 1 | -2/+1 |
2009-01-22 | mac80211: fix slot time debug message | Christian Lamparter | 1 | -2/+2 |
2009-01-22 | mac80211: decrement ref count to netdev after launching mesh discovery | Brian Cavagnolo | 1 | -2/+4 |
2009-01-22 | fs/Kconfig: move sunrpc out | Alexey Dobriyan | 1 | -0/+79 |
2009-01-21 | netfilter: ctnetlink: fix scheduling while atomic | Patrick McHardy | 1 | -0/+3 |
2009-01-21 | gro: Fix merging of paged packets | Herbert Xu | 1 | -4/+5 |
2009-01-21 | gro: Fix error handling on extremely short frags | Herbert Xu | 1 | -0/+1 |
2009-01-21 | gro: Fix handling of complete checksums in IPv6 | Herbert Xu | 1 | -0/+7 |
2009-01-21 | NET: net_namespace, fix lock imbalance | Jiri Slaby | 1 | -1/+1 |
2009-01-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -12/+117 |
2009-01-20 | Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info" | David S. Miller | 1 | -9/+2 |
2009-01-20 | net: Fix data corruption when splicing from sockets. | Jarek Poplawski | 1 | -32/+29 |
2009-01-20 | net: Add debug info to track down GSO checksum bug | Herbert Xu | 1 | -1/+13 |
2009-01-20 | net/9p: fid->fid is used uninitialized | Roel Kluin | 1 | -1/+1 |
2009-01-17 | cfg80211: Fix parsed country IE info for 5 GHz | Luis R. Rodriguez | 1 | -2/+19 |
2009-01-17 | cfg80211: Fix regression with 11d on bands | Luis R. Rodriguez | 1 | -3/+79 |
2009-01-17 | cfg80211: make handle_band() and handle_channel() wiphy specific | Luis R. Rodriguez | 1 | -6/+19 |
2009-01-17 | mac80211: more kernel-doc fixes | Randy Dunlap | 1 | -1/+0 |
2009-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 24 | -99/+172 |
2009-01-16 | 9p: disallow RDMA if RDMA CM isn't available | Roland Dreier | 1 | -1/+1 |