summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-12-23tcp: fix listening_get_next()Eric Dumazet1-2/+2
2010-12-23Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+4
2010-12-22mac80211: fix mesh forwardingJohannes Berg1-1/+4
2010-12-21net_sched: sch_sfq: fix allot handlingEric Dumazet1-12/+8
2010-12-20ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2-11/+17
2010-12-17ipv6: don't flush routes when setting loopback downstephen hemminger1-1/+3
2010-12-17sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-17bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens1-1/+1
2010-12-17net: fix nulls list corruptions in sk_prot_allocOctavian Purdila5-12/+39
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin1-1/+6
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-1/+9
2010-12-13mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski1-1/+4
2010-12-13mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey1-0/+4
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-0/+1
2010-12-11net: fix skb_defer_rx_timestamp()Eric Dumazet1-2/+4
2010-12-11atm: correct sysfs 'device' link creation and parent relationshipsDan Williams3-5/+7
2010-12-11SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8
2010-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-3/+18
2010-12-10ipv6: fix nl group when advertising a new linkNicolas Dichtel1-2/+2
2010-12-10net: Document the kernel_recvmsg() functionMartin Lucina1-0/+15
2010-12-10xfrm: Fix xfrm_state_migrate leakThomas Egerer1-1/+1
2010-12-09econet: Fix crash in aun_incoming().David S. Miller1-1/+5
2010-12-08tcp: protect sysctl_tcp_cookie_size readsEric Dumazet1-12/+15
2010-12-08tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2010-12-08mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa1-3/+18
2010-12-08tcp: Replace time wait bucket msg by counterTom Herbert2-1/+2
2010-12-08x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2010-12-08l2tp: Fix modalias of l2tp_ipMichal Marek1-1/+5
2010-12-08econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage1-2/+4
2010-12-08llc: fix a device refcount imbalanceEric Dumazet1-2/+3
2010-12-08tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-4/+15
2010-12-06Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg1-0/+1
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-3/+3
2010-12-02net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough1-1/+2
2010-12-01Make the ip6_tunnel reflect the true mtu.Anders Franzen1-0/+7
2010-11-30mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian1-0/+2
2010-11-30mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter1-0/+4
2010-11-29mac80211: Fix frame injection using non-AP vifJouni Malinen1-1/+6
2010-11-29af_unix: limit recursion levelEric Dumazet2-6/+33
2010-11-29inet: Fix __inet_inherit_port() to correctly increment bsockets and num_ownersNagendra Tomar1-2/+1
2010-11-28DECnet: don't leak uninitialized stack byteDan Rosenberg1-0/+2
2010-11-28dccp: fix error in updating the GARGerrit Renker1-1/+2
2010-11-28tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)Alexey Dobriyan1-1/+5
2010-11-28netns: Don't leak others' openreq-s in procPavel Emelyanov1-1/+3
2010-11-28Net: ceph: Makefile: Remove unnessary codeTracey Dent1-22/+0
2010-11-24econet: fix CVE-2010-3848Phil Blundell1-31/+31
2010-11-24econet: fix CVE-2010-3850Phil Blundell1-0/+3
2010-11-24econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell1-18/+8