summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-25net: remove skb_orphan_try()Eric Dumazet3-26/+1
2012-07-25cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-07-25tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2012-07-12bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger3-1/+3
2012-07-12ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-07-12netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-07-12ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław1-0/+1
2012-07-12l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6
2012-07-12net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
2012-07-12net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-07-12mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-07-12NFC: Return from rawsock_release when sk is NULLEric Dumazet1-1/+4
2012-07-12NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-2/+2
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-07-04batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-07-04batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-07-04cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-06-20cfg80211: fix interface combinations checkJohannes Berg1-1/+18
2012-06-20mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28
2012-06-20NFSv4.1: Fix a request leak on the back channelTrond Myklebust1-1/+2
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2-26/+16
2012-06-10sctp: check cached dst before using itNicolas Dichtel2-20/+1
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2-32/+6
2012-06-10l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman1-6/+24
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng2-18/+53
2012-06-10set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2-6/+3
2012-06-10ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang1-6/+6
2012-06-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-06-10mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira1-6/+6
2012-06-10sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2-2/+5
2012-05-31ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings1-0/+2
2012-05-31cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez1-0/+10
2012-05-21pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-05-21pktgen: fix crash at module unloadEric Dumazet1-2/+8
2012-05-21tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-05-21tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng1-3/+6
2012-05-21net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin1-1/+2
2012-05-21net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-05-21netem: fix possible skb leakEric Dumazet1-4/+2
2012-05-11mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau1-1/+2
2012-05-11nl80211: ensure interface is up in various APIsJohannes Berg1-12/+17
2012-05-11tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell1-0/+4
2012-05-11net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2012-05-11netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-05-11tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-05-11net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
2012-05-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+6
2012-05-11tcp: fix tcp_trim_head()Eric Dumazet1-5/+8
2012-05-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3