summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet
2012-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-22libceph: only kunmap kmapped pagesAlex Elder
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik
2012-09-21netfilter: ipset: Fix sparse warnings "incorrect type in assignment"Jozsef Kadlecsik
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang
2012-09-21ipv6: fix return value check in fib6_add()Wei Yongjun
2012-09-21l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang
2012-09-21mac80211: don't send delBA on addBA failureJohannes Berg
2012-09-21mac80211: don't send delBA when removing stationsJohannes Berg
2012-09-21mac80211: don't send delBA before disassocJohannes Berg
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt
2012-09-21netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy
2012-09-21netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso
2012-09-21net: do not disable sg for packets requiring no checksumEd Cashin
2012-09-20xfrm_user: don't copy esn replay window twice for new statesMathias Krause
2012-09-20xfrm_user: ensure user supplied esn replay window is validMathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_state()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin
2012-09-20tcp: Document use of undefined variable.Alan Cox
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch
2012-09-20mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-09-19pkt_sched: fix virtual-start-time update in QFQPaolo Valente
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček
2012-09-19batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing
2012-09-19gre: add GSO supportEric Dumazet
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet
2012-09-19net: dev: fix incorrect getting net device's nameGao feng
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing
2012-09-19net: more accurate network taps in transmit pathEric Dumazet
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg
2012-09-19mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg
2012-09-19Bluetooth: Update management interface revisionJohan Hedberg
2012-09-19Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg
2012-09-19cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez