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