summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-09netlink: kill netlink_set_nonrootPablo Neira Ayuso3-18/+15
2012-09-08net: rt_cache_flush() cleanupEric Dumazet1-17/+2
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel6-34/+21
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman2-7/+12
2012-09-07igmp: avoid drop_monitor false positivesEric Dumazet1-11/+19
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-06tcp: fix TFO regressionEric Dumazet2-7/+4
2012-09-06ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-4/+28
2012-09-06net: qdisc busylock needs lockdep annotationsEric Dumazet2-2/+10
2012-09-06netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell1-0/+1
2012-09-06net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-09-05tcp: add generic netlink support for tcp_metricsJulian Anastasov1-13/+341
2012-09-04net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e...Masatake YAMATO1-5/+78
2012-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller10-171/+317
2012-09-04net: Add INET dependency on aes crypto for the sake of TCP fastopen.David S. Miller1-0/+2
2012-09-04sctp: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+4
2012-09-04openvswitch: Increase maximum number of datapath ports.Pravin B Shelar7-51/+113
2012-09-04Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller66-1680/+3393
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2-81/+44
2012-09-03tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng1-32/+32
2012-09-03tcp: move tcp_enter_cwr()Yuchung Cheng1-23/+23
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso120-1313/+2941
2012-09-03netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich1-2/+2
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang3-7/+7
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang3-18/+14
2012-09-03netfilter: remove xt_NOTRACKCong Wang3-67/+0
2012-09-03netfilter: nf_conntrack: add nf_ct_timeout_lookupPablo Neira Ayuso1-6/+1
2012-09-03netfilter: xt_CT: refactorize xt_ct_tg_checkPablo Neira Ayuso1-136/+126
2012-09-03netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso1-6/+6
2012-09-026lowpan: handle NETDEV_UNREGISTER eventAlan Ott1-7/+37
2012-09-026lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott1-1/+8
2012-09-01tcp: TCP Fast Open Server - main code pathJerry Chu2-27/+309
2012-09-01tcp: TCP Fast Open Server - support TFO listenersJerry Chu11-35/+326
2012-09-01tcp: TCP Fast Open Server - header & support functionsJerry Chu4-3/+133
2012-09-01ipv6: remove some deadcodeSorin Dumitru1-22/+7
2012-09-01net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-09-01ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck1-4/+1
2012-09-01net:atm:fix up ENOIOCTLCMD error handlingWanlong Gao1-1/+1
2012-08-31openvswitch: using kfree_rcu() to simplify the codeWei Yongjun1-9/+1
2012-08-31af_unix: fix shutdown parameter checkingXi Wang1-4/+8
2012-08-31decnet: fix shutdown parameter checkingXi Wang1-2/+2
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-65/+129
2012-08-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller5-10/+24
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-5/+11
2012-08-30ipv4: must use rcu protection while calling fib_lookupEric Dumazet1-0/+2
2012-08-30net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet1-1/+2
2012-08-30l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2-2/+2
2012-08-30netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso1-1/+4
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2