summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-232-5/+5
|\
| * net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo2009-02-231-1/+1
| * netns: build fix for net_alloc_genericClemens Noss2009-02-231-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-234-41/+55
|\|
| * netns: fix double free at netns creationDaniel Lezcano2009-02-221-31/+55
| * tcp: remove obsoleted comment about different passesIlpo Järvinen2009-02-181-1/+0
| * net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-02-172-9/+0
* | cipso: Fix documentation commentPaul Moore2009-02-231-2/+7
|/
* wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax ifaceInaky Perez-Gonzalez2009-02-121-4/+5
* net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne2009-02-121-0/+2
* mac80211: restrict to AP in outgoing interface heuristicJohannes Berg2009-02-111-0/+2
* Phonet: do not compute unused valueRémi Denis-Courmont2009-02-101-1/+1
* Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont2009-02-101-1/+0
* bridge: Fix LRO crash with tunHerbert Xu2009-02-091-1/+6
* IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created.Noriaki TAKAMIYA2009-02-091-1/+1
* netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran2009-02-091-1/+1
* netfilter: ctnetlink: fix echo if not subscribed to any multicast groupPablo Neira Ayuso2009-02-091-2/+3
* netfilter: ctnetlink: allow changing NAT sequence adjustment in creationPablo Neira Ayuso2009-02-091-0/+10
* netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation messageEric Leblond2009-02-091-0/+21
* netfilter: fix tuple inversion for Node information requestEric Leblond2009-02-091-2/+2
* 9p: fix endian issues [attempt 3]Eric Van Hensbergen2009-02-061-9/+13
* net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller2009-02-061-2/+2
* RxRPC: Fix a potential NULL dereferenceDavid Howells2009-02-061-2/+3
* udp: Fix potential wrong ip_hdr(skb) pointersJesper Dangaard Brouer2009-02-061-2/+4
* neigh: some entries can be skipped during dumpingGautam Kachroo2009-02-061-6/+8
* ipv6: Disallow rediculious flowlabel option sizes.David S. Miller2009-02-061-2/+6
* 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
|/