summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-114-6/+10
|\
| * udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-111-1/+1
| * tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-111-1/+1
| * udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-102-4/+8
* | ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov2016-01-103-8/+8
* | ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov2016-01-103-8/+8
* | ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov2016-01-103-8/+9
* | ipv4: eliminate lock count warnings in ping.cLance Richardson2016-01-081-0/+2
* | ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson2016-01-081-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-082-2/+2
|\ \
| * | netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-282-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-063-4/+13
|\ \ \ | | |/ | |/|
| * | tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng2016-01-061-0/+3
| * | net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-042-4/+10
* | | soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2016-01-061-4/+6
* | | inet: kill unused skb_free opFlorian Westphal2016-01-052-10/+1
* | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-042-8/+10
* | | soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-041-22/+97
* | | udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-041-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-312-12/+37
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-9/+37
| |\
| | * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-9/+37
| * | ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar2015-12-181-3/+0
* | | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-255-20/+16
* | | tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2015-12-222-8/+11
* | | tcp: send_reset: test for non-NULL sk firstFlorian Westphal2015-12-221-6/+5
* | | net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2015-12-221-0/+5
* | | tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet2015-12-181-0/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-181-1/+0
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-1415-398/+458
| |\ \ \
| * | | | netfilter: remove duplicate includestephen hemminger2015-11-231-1/+0
* | | | | net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-184-3/+15
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-176-15/+29
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | tcp: restore fastopen with no data in SYN packetEric Dumazet2015-12-171-11/+12
| * | | | fou: clean up socket with kfree_rcuHannes Frederic Sowa2015-12-161-1/+2
| * | | | net: fix IP early demux racesEric Dumazet2015-12-141-3/+2
| * | | | net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-141-0/+1
| |\ \ \ \
| | * | | | netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2015-12-101-0/+1
| * | | | | net: Flush local routes when device changes vrf associationDavid Ahern2015-12-131-0/+9
* | | | | | net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-154-0/+65
* | | | | | net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2015-12-151-8/+15
* | | | | | net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2015-12-151-15/+27
* | | | | | tcp: Fix conditions to determine checksum offloadTom Herbert2015-12-151-2/+2
* | | | | | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-154-5/+8
* | | | | | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+2
| |_|_|/ / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-037-27/+49
|\ \ \ \ \ | |/ / / /
| * | | | ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-031-2/+3
| * | | | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-4/+3
| * | | | tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-11-301-0/+1
OpenPOWER on IntegriCloud