summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-3/+1
2016-01-21net: drop tcp_memcontrol.cVladimir Davydov4-203/+0
2016-01-21mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+1
2016-01-21mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner1-1/+1
2016-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+1
2016-01-15mm: memcontrol: switch to the updated jump-label APIJohannes Weiner1-2/+2
2016-01-15mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-2/+2
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner3-49/+29
2016-01-15net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-2/+5
2016-01-15net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner1-8/+0
2016-01-15net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner1-3/+0
2016-01-15net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2-2/+5
2016-01-15memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov1-12/+5
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+10
2016-01-12udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2016-01-12tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-11ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov3-8/+8
2016-01-11ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov3-8/+8
2016-01-11ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov3-8/+9
2016-01-11udp: restrict offloads to one namespaceHannes Frederic Sowa2-4/+8
2016-01-09ipv4: eliminate lock count warnings in ping.cLance Richardson1-0/+2
2016-01-09ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson1-8/+8
2016-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+2
2016-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+13
2016-01-07tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek1-4/+6
2016-01-06inet: kill unused skb_free opFlorian Westphal2-10/+1
2016-01-05net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2-4/+10
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2-8/+10
2016-01-05soreuseport: fast reuseport UDP socket selectionCraig Gallek1-22/+97
2016-01-05udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+37
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2-2/+2
2015-12-26ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar5-20/+16
2015-12-23tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2-8/+11
2015-12-23tcp: send_reset: test for non-NULL sk firstFlorian Westphal1-6/+5
2015-12-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-9/+37
2015-12-23net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti1-0/+5
2015-12-19ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar1-3/+0
2015-12-19tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet1-0/+9
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+0
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern4-3/+15
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+29
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2015-12-17fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2015-12-16net: diag: Support destroying TCP sockets.Lorenzo Colitti4-0/+65
2015-12-16net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti1-8/+15
2015-12-16net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti1-15/+27
2015-12-16tcp: Fix conditions to determine checksum offloadTom Herbert1-2/+2