aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-08-09net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu
2012-08-09wanmain: comparing array with NULLAlan Cox
2012-08-09cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-08-09caif: Fix access to freed pernet memorySjur Brændeland
2012-08-09sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-08-09sch_sfb: Fix missing NULL checkAlan Cox
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-07-19cfg80211: check iface combinations only when iface is runningMichal Kazior
2012-07-19tcp: drop SYN+FIN messagesEric Dumazet
2012-07-16mac80211: correct behaviour on unrecognised action framesJohannes Berg
2012-07-16cfg80211: fix potential deadlock in regulatoryEliad Peller
2012-07-16netpoll: fix netpoll_send_udp() bugsEric Dumazet
2012-07-16ipv6: Move ipv6 proc file registration to end of init orderThomas Graf
2012-07-16bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger
2012-07-16ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław
2012-07-16net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet
2012-07-16net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang
2012-06-22NFSv4.1: Fix a request leak on the back channelTrond Myklebust
2012-06-17cfg80211: fix interface combinations checkJohannes Berg
2012-06-17mac80211: clean up remain-on-channel on interface stopJohannes Berg
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier
2012-06-10sctp: check cached dst before using itNicolas Dichtel
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-06-10pktgen: fix module unload for goodEric Dumazet
2012-06-10pktgen: fix crash at module unloadEric Dumazet
2012-06-10l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng
2012-06-10ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang
2012-06-10ipv4: Do not use dead fib_info entries.David S. Miller
2012-06-10mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira
2012-06-01cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez
2012-05-21tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-21net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin
2012-05-21net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman
2012-05-21netem: fix possible skb leakEric Dumazet
2012-05-07mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau
2012-05-07nl80211: ensure interface is up in various APIsJohannes Berg
2012-04-27tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell
2012-04-27net ax25: Reorder ax25_exit to remove races.Eric W. Biederman
2012-04-27netns: do not leak net_generic data on failed initJulian Anastasov
2012-04-27tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-04-27net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward
2012-04-27tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell
2012-04-27net: fix a race in sock_queue_err_skb()Eric Dumazet
2012-04-27netlink: fix races after skb queueingEric Dumazet
2012-04-27phonet: Check input from user before allocatingSasha Levin
2012-04-27ipv6: fix array index in ip6_mc_add_src()RongQing.Li