aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller2009-02-051-8/+4
* ipv6: Copy cork options in ip6_append_dataHerbert Xu2009-02-051-15/+52
* udp: Fix UDP short packet false positiveJesper Dangaard Brouer2009-02-051-1/+2
* sunrpc: fix rdma dependenciesRandy Dunlap2009-02-031-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-02-021-3/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-312-2/+8
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-3012-60/+108
| |\ \
| * | | nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields2009-01-271-3/+2
* | | | udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet2009-02-021-1/+3
* | | | net: packet socket packet_lookup_frame fixSebastiano Di Paola2009-02-011-4/+4
| |_|/ |/| |
* | | ipv6: compile fix for ip6mr.cDave Jones2009-01-311-0/+1
* | | packet: Avoid lock_sock in mmap handlerHerbert Xu2009-01-301-2/+7
| |/ |/|
* | wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-292-11/+13
* | ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores2009-01-291-3/+3
* | net: Fix OOPS in skb_seq_read().Shyam Iyer2009-01-291-5/+5
* | net: Fix frag_list handling in skb_seq_readHerbert Xu2009-01-291-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-291-12/+20
|\ \
| * | cfg80211: print correct intersected regulatory domainLuis R. Rodriguez2009-01-291-1/+1
| * | cfg80211: Fix sanity check on 5 GHz when processing country IELuis R. Rodriguez2009-01-291-11/+19
| |/
* | ipv6: Make mc_forwarding sysctl read-only.David S. Miller2009-01-271-1/+1
* | IPv6: Fix multicast routing bugs.Thomas Goff2009-01-273-7/+20
* | net: fix xfrm reverse flow lookup for icmp6Jiri Pirko2009-01-271-2/+2
* | tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-01-261-1/+2
* | udp: optimize bind(0) if many ports are in useEric Dumazet2009-01-261-16/+39
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-2617-79/+206
|\
| * vlan: Export symbols as non GPL symbols.Ben Greear2009-01-261-2/+2
| * net: Move config NET_NS to from net/Kconfig to init/KconfigMatt Helsley2009-01-261-8/+0
| * af_key: initialize xfrm encap_oaTimo Teras2009-01-251-0/+1
| * sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-01-221-0/+13
| * sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich2009-01-221-3/+4
| * sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich2009-01-221-2/+1
| * mac80211: fix slot time debug messageChristian Lamparter2009-01-221-2/+2
| * mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo2009-01-221-2/+4
| * netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy2009-01-211-0/+3
| * gro: Fix merging of paged packetsHerbert Xu2009-01-201-4/+5
| * gro: Fix error handling on extremely short fragsHerbert Xu2009-01-201-0/+1
| * gro: Fix handling of complete checksums in IPv6Herbert Xu2009-01-201-0/+7
| * NET: net_namespace, fix lock imbalanceJiri Slaby2009-01-201-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-202-12/+117
| |\
| | * cfg80211: Fix parsed country IE info for 5 GHzLuis R. Rodriguez2009-01-161-2/+19
| | * cfg80211: Fix regression with 11d on bandsLuis R. Rodriguez2009-01-161-3/+79
| | * cfg80211: make handle_band() and handle_channel() wiphy specificLuis R. Rodriguez2009-01-161-6/+19
| | * mac80211: more kernel-doc fixesRandy Dunlap2009-01-161-1/+0
| * | Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"David S. Miller2009-01-201-9/+2
| * | net: Fix data corruption when splicing from sockets.Jarek Poplawski2009-01-191-32/+29
| * | net: Add debug info to track down GSO checksum bugHerbert Xu2009-01-191-1/+13
| * | net/9p: fid->fid is used uninitializedRoel Kluin2009-01-191-1/+1
* | | fs/Kconfig: move sunrpc outAlexey Dobriyan2009-01-221-0/+79
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-1524-99/+172
|\ \ | |/
| * can: fix slowpath issue in hrtimer callback functionOliver Hartkopp2009-01-141-27/+30