aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: do not disable sg for packets requiring no checksumEd Cashin2012-10-131-1/+2
* netrom: copy_datagram_iovec can failAlan Cox2012-10-131-1/+6
* l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet2012-10-131-1/+1
* ipv6: mip6: fix mip6_mh_filter()Eric Dumazet2012-10-131-9/+11
* ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-10-131-11/+10
* ipv4: raw: fix icmp_filter()Eric Dumazet2012-10-131-6/+8
* net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-10-131-1/+2
* net: small bug on rxhash calculationChema Gonzalez2012-10-131-5/+6
* sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf2012-10-131-1/+20
* tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-10-131-2/+8
* ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-131-5/+6
* 8021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli2012-10-131-1/+2
* pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-10-131-1/+4
* net-sched: sch_cbq: avoid infinite loopEric Dumazet2012-10-131-2/+3
* xfrm_user: ensure user supplied esn replay window is validMathias Krause2012-10-131-6/+25
* xfrm_user: don't copy esn replay window twice for new statesMathias Krause2012-10-131-4/+5
* xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause2012-10-131-0/+1
* xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause2012-10-131-0/+1
* xfrm_user: fix info leak in copy_to_user_state()Mathias Krause2012-10-131-0/+1
* xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause2012-10-131-1/+1
* xfrm: fix a read lock imbalance in make_blackholeLi RongQing2012-10-131-1/+1
* xfrm_user: return error pointer instead of NULL #2Mathias Krause2012-10-131-2/+4
* xfrm_user: return error pointer instead of NULLMathias Krause2012-10-131-2/+4
* xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-10-132-1/+16
* drop_monitor: dont sleep in atomic contextEric Dumazet2012-10-021-68/+33
* drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-10-021-5/+7
* drop_monitor: Make updating data->skb smp safeNeil Horman2012-10-021-16/+54
* drop_monitor: fix sleeping in invalid context warningNeil Horman2012-10-021-7/+7
* rds: set correct msg_namelenWeiping Pan2012-10-021-0/+3
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-022-2/+5
* cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez2012-10-021-3/+9
* net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-10-021-2/+12
* l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-10-022-2/+2
* netlink: fix possible spoofing from non-root processesPablo Neira Ayuso2012-10-021-1/+3
* net: fix info leak in compat dev_ifconf()Mathias Krause2012-10-021-0/+1
* ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-10-021-0/+1
* dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause2012-10-021-0/+1
* llc: fix info leak via getsockname()Mathias Krause2012-10-021-2/+1
* Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-10-021-1/+1
* Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-10-021-0/+1
* atm: fix info leak via getsockname()Mathias Krause2012-10-021-0/+1
* atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause2012-10-021-0/+1
* ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-10-021-3/+1
* af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net2012-10-021-1/+0
* net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-10-021-2/+5
* net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA2012-10-021-3/+11
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-024-11/+18