summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-06-03SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust
2011-06-03atm: expose ATM device index in sysfsDan Williams
2011-06-03sch_sfq: fix peek() implementationEric Dumazet
2011-06-03sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun
2011-06-03sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet
2011-06-03net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet
2011-06-03igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico
2011-06-03vlan: fix GVRP at dismantle time MIME-Version: 1.0Eric Dumazet
2011-06-03tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen
2011-06-03SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak
2011-06-03Revert "tcp: disallow bind() to reuse addr/port"David S. Miller
2011-06-03Revert "bridge: Forward reserved group addresses if !STP"David S. Miller
2011-06-03net: use hlist_del_rcu() in dev_change_name()Eric Dumazet
2011-06-03net: Do not wrap sysctl igmp_max_memberships in IP_MULTICASTJoakim Tjernlund
2011-06-03ipv6: udp: fix the wrong headroom checkShan Wei
2011-06-03ipv6: Remove hoplimit initialization to -1Thomas Egerer
2011-06-03inetpeer: reduce stack usageEric Dumazet
2011-06-03irda: fix locking unbalance in irda_sendmsgDave Jones
2011-06-03ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller
2011-06-03bridge: fix forwarding of IPv6Stephen Hemminger
2011-06-03mac80211: fix a few RCU issuesJohannes Berg
2011-06-03nl80211: Fix set_key regression with some driversJouni Malinen
2011-06-03net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard
2011-05-21net: dev_close() should check IFF_UPEric Dumazet
2011-05-21net: ip_expire() must revalidate routeEric Dumazet
2011-05-21dccp: handle invalid feature options lengthDan Rosenberg
2011-05-09can: add missing socket check in can/raw releaseOliver Hartkopp
2011-05-09can: Add missing socket check in can/bcm release.Dave Jones
2011-05-09af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman
2011-05-09mac80211: fix SMPS debugfs lockingJohannes Berg
2011-04-21ip: ip_options_compile() resilient to NULL skb routeEric Dumazet
2011-04-21bridge: reset IPCB in br_parse_ip_optionsEric Dumazet
2011-04-21Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan
2011-04-21bridge: Reset IPCB when entering IP stack on NF_FORWARDHerbert Xu
2011-04-21vlan: should take into account needed_headroomEric Dumazet
2011-04-21xfrm: Refcount destination entry on xfrm_lookupSteffen Klassert
2011-04-21tcp: avoid cwnd moderation in undoYuchung Cheng
2011-04-21sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller
2011-04-21net_sched: fix ip_tos2prioDan Siemon
2011-04-21net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.Eric W. Biederman
2011-04-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman
2011-04-21fib: add rtnl locking in ip_fib_net_exitEric Dumazet
2011-04-21bridge: Fix possibly wrong MLD queries' ethernet source addressLinus Lüssing
2011-04-14atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2011-04-14netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba
2011-04-14econet: 4 byte infoleak to the networkVasiliy Kulikov
2011-04-14ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov
2011-04-14netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov
2011-04-14netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov
2011-04-14netfilter: xtables: fix reentrancyEric Dumazet