summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson2015-05-061-3/+1
* net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-03-162-9/+0
* net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo2009-03-161-1/+1
* net: Fix data corruption when splicing from sockets.Jarek Poplawski2009-02-171-32/+29
* netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran2009-02-171-1/+1
* netfilter: fix tuple inversion for Node information requestEric Leblond2009-02-171-2/+2
* tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-02-171-1/+2
* tcp: splice as many packets as possible at onceWilly Tarreau2009-02-171-2/+9
* net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne2009-02-171-0/+2
* ipv6: Copy cork options in ip6_append_dataHerbert Xu2009-02-171-15/+52
* ipv6: Disallow rediculious flowlabel option sizes.David S. Miller2009-02-171-2/+6
* udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet2009-02-171-1/+3
* udp: Fix UDP short packet false positiveJesper Dangaard Brouer2009-02-171-1/+2
* packet: Avoid lock_sock in mmap handlerHerbert Xu2009-02-171-2/+7
* net: packet socket packet_lookup_frame fixSebastiano Di Paola2009-02-171-4/+4
* ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores2009-02-171-3/+3
* net: Fix OOPS in skb_seq_read().Shyam Iyer2009-02-171-5/+5
* net: Fix frag_list handling in skb_seq_readHerbert Xu2009-02-171-2/+3
* sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich2009-02-171-3/+4
* sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich2009-02-171-2/+1
* mac80211: restrict to AP in outgoing interface heuristicJohannes Berg2009-02-171-0/+2
* sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-02-121-0/+13
* minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter2009-02-061-4/+6
* netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy2009-02-061-0/+3
* NET: net_namespace, fix lock imbalanceJiri Slaby2009-02-021-1/+1
* mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo2009-02-021-2/+4
* netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-242-2/+2
* netfilter: ebtables: fix inversion in match codePatrick McHardy2009-01-241-1/+1
* netfilter: x_tables: fix match/target revision lookupPatrick McHardy2009-01-241-0/+8
* tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek2009-01-241-4/+4
* pkt_sched: cls_u32: Fix locking in u32_change()Jarek Poplawski2009-01-241-1/+2
* sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun2009-01-241-0/+14
* ipv6: Fix fib6_dump_table walker leakHerbert Xu2009-01-241-7/+8
* pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTBJarek Poplawski2009-01-241-0/+1
* System call wrappers part 22Heiko Carstens2009-01-181-15/+16
* System call wrappers part 21Heiko Carstens2009-01-181-15/+15
* System call wrappers part 07Heiko Carstens2009-01-181-1/+1
* net: Fix module refcount leak in kernel_accept()Wei Yongjun2008-12-182-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-157-98/+61
|\
| * Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont2008-12-151-5/+22
| * SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer2008-12-151-3/+0
| * netfilter: update rwlock initialization for nat_tableSteven Rostedt2008-12-151-1/+1
| * netlabel: Compiler warning and NULL pointer dereference fixPaul Moore2008-12-111-18/+20
| * netpoll: fix race on poll_list resulting in garbage entryNeil Horman2008-12-091-0/+2
| * ipv6: silence log messages for locally generated multicastJan Sembera2008-12-091-1/+6
| * tcp: tcp_vegas cong avoid fix Doug Leith2008-12-091-70/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-0810-38/+85
|\ \ | |/
| * tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler2008-12-071-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-12-051-1/+1
| |\
| | * mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1