summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sch_sfq: fix peek() implementationEric Dumazet2011-06-031-13/+1
* sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun2011-06-031-0/+16
* sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-06-031-2/+6
* net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet2011-06-031-0/+3
* igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico2011-06-031-5/+5
* vlan: fix GVRP at dismantle time MIME-Version: 1.0Eric Dumazet2011-06-032-3/+3
* tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen2011-06-031-1/+2
* SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak2011-06-031-6/+4
* Revert "tcp: disallow bind() to reuse addr/port"David S. Miller2011-06-032-4/+3
* Revert "bridge: Forward reserved group addresses if !STP"David S. Miller2011-06-031-1/+1
* net: use hlist_del_rcu() in dev_change_name()Eric Dumazet2011-06-031-1/+1
* net: Do not wrap sysctl igmp_max_memberships in IP_MULTICASTJoakim Tjernlund2011-06-031-3/+0
* ipv6: udp: fix the wrong headroom checkShan Wei2011-06-031-1/+1
* ipv6: Remove hoplimit initialization to -1Thomas Egerer2011-06-031-1/+0
* inetpeer: reduce stack usageEric Dumazet2011-06-031-6/+7
* irda: fix locking unbalance in irda_sendmsgDave Jones2011-06-031-2/+1
* ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller2011-06-031-2/+0
* bridge: fix forwarding of IPv6Stephen Hemminger2011-06-031-1/+1
* mac80211: fix a few RCU issuesJohannes Berg2011-06-031-5/+7
* nl80211: Fix set_key regression with some driversJouni Malinen2011-06-031-8/+0
* net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard2011-06-031-2/+4
* net: dev_close() should check IFF_UPEric Dumazet2011-05-211-4/+6
* net: ip_expire() must revalidate routeEric Dumazet2011-05-211-16/+15
* dccp: handle invalid feature options lengthDan Rosenberg2011-05-211-0/+2
* can: add missing socket check in can/raw releaseOliver Hartkopp2011-05-091-1/+6
* can: Add missing socket check in can/bcm release.Dave Jones2011-05-091-1/+6
* af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman2011-05-091-1/+15
* mac80211: fix SMPS debugfs lockingJohannes Berg2011-05-092-2/+4
* ip: ip_options_compile() resilient to NULL skb routeEric Dumazet2011-04-211-3/+3
* bridge: reset IPCB in br_parse_ip_optionsEric Dumazet2011-04-211-4/+2
* Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2011-04-212-2/+7
* bridge: Reset IPCB when entering IP stack on NF_FORWARDHerbert Xu2011-04-211-0/+3
* vlan: should take into account needed_headroomEric Dumazet2011-04-211-0/+1
* xfrm: Refcount destination entry on xfrm_lookupSteffen Klassert2011-04-211-0/+2
* tcp: avoid cwnd moderation in undoYuchung Cheng2011-04-211-5/+7
* sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller2011-04-211-2/+2
* net_sched: fix ip_tos2prioDan Siemon2011-04-211-1/+1
* net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.Eric W. Biederman2011-04-211-7/+11
* l2tp: fix possible oops on l2tp_eth module unloadJames Chapman2011-04-211-1/+1
* fib: add rtnl locking in ip_fib_net_exitEric Dumazet2011-04-211-0/+2
* bridge: Fix possibly wrong MLD queries' ethernet source addressLinus Lüssing2011-04-211-1/+1
* atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville2011-04-141-0/+1
* netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba2011-04-141-1/+1
* econet: 4 byte infoleak to the networkVasiliy Kulikov2011-04-141-1/+1
* ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov2011-04-141-0/+3
* netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov2011-04-141-1/+4
* netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov2011-04-141-0/+3
* netfilter: xtables: fix reentrancyEric Dumazet2011-04-142-4/+4
* netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov2011-04-141-0/+3
* Bluetooth: bnep: fix buffer overflowVasiliy Kulikov2011-04-141-0/+1