summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | | net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-241-8/+0
| |/ / /
| * | | net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-7/+8
| * | | tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet2015-11-201-3/+19
| * | | tcp: fix Fast Open snmp over-counting bugYuchung Cheng2015-11-201-1/+1
| * | | tcp: disable Fast Open on timeouts after handshakeYuchung Cheng2015-11-201-0/+12
| * | | tcp: md5: fix lockdep annotationEric Dumazet2015-11-181-1/+2
| * | | udp: remove duplicate includestephen hemminger2015-11-181-1/+0
* | | | tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet2015-12-021-6/+8
* | | | net: ipmr: add mfc newroute/delroute netlink supportNikolay Aleksandrov2015-11-301-0/+129
* | | | net: ipmr: fix setsockopt error returnNikolay Aleksandrov2015-11-301-3/+5
* | | | net: ipmr: move pimsm_enabled to pim.h and renameNikolay Aleksandrov2015-11-301-8/+3
* | | | net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov2015-11-301-18/+0
* | | | net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov2015-11-301-2/+0
* | | | net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-306-6/+0
* | | | net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven2015-11-241-10/+9
OpenPOWER on IntegriCloud