summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-232-0/+94
* net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng2016-08-231-13/+8
* net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven2016-08-221-1/+1
* net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet2016-08-191-1/+2
* udp: include addrconf.hEric Dumazet2016-08-191-0/+1
* tcp: md5: remove tcp_md5_hash_header()Eric Dumazet2016-08-191-17/+0
* tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet2016-08-181-19/+28
* tcp: defer sacked assignmentEric Dumazet2016-08-181-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-182-1/+31
|\
| * gre: set inner_protocol on xmitSimon Horman2016-08-151-1/+0
| * vti: flush x-netns xfrm cache when vti interface is removedLance Richardson2016-08-091-0/+31
* | net: ipconfig: Fix more use after freeThierry Reding2016-08-171-3/+5
* | net: ipconfig: fix use after freeUwe Kleine-König2016-08-101-8/+9
* | net: Remove fib_local variableDavid Ahern2016-08-091-7/+0
* | net/multicast: should not send source list records when have filter mode changeHangbin Liu2016-08-081-0/+10
* | net: ipconfig: drop inter-device timeoutUwe Kleine-König2016-08-081-4/+5
* | net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König2016-08-081-19/+10
* | net: ipconfig: Add device name to debug messagesUwe Kleine-König2016-08-081-6/+6
|/
* ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster2016-08-061-6/+2
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-301-1/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-292-79/+12
|\
| * Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-072-79/+12
| |\
| | * ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-271-0/+3
| | * netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-271-79/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-2732-192/+1196
|\ \ \
| * | | net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-261-1/+1
| * | | udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-251-3/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-243-47/+59
| |\ \ \
| | * | | netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-182-43/+49
| | * | | netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang2016-07-111-4/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-243-22/+40
| |\ \ \ \
| * | | | | net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani2016-07-191-0/+9
| * | | | | net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani2016-07-193-4/+6
| * | | | | net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-161-4/+9
| * | | | | tcp_timer.c: Add kernel-doc function descriptionsRichard Sailer2016-07-151-17/+64
| * | | | | ipv4: af_inet: make it explicitly non-modularPaul Gortmaker2016-07-111-4/+1
| * | | | | tunnels: correct conditional build of MPLS and IPv6Simon Horman2016-07-111-12/+13
| * | | | | ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet2016-07-091-6/+6
| * | | | | ipip: support MPLS over IPv4Simon Horman2016-07-091-16/+121
| * | | | | tunnels: support MPLS over IPv4 tunnelsSimon Horman2016-07-091-10/+67
| | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-2/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-064-36/+32
| |\ \ \ \ \
| | * | | | | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-032-32/+29
| | * | | | | netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso2016-07-011-4/+0
| | * | | | | netfilter: nf_reject_ipv4: don't send tcp RST if the packet is non-TCPLiping Zhang2016-06-241-0/+3
| * | | | | | tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-012-17/+24
| * | | | | | tcp: add an ability to dump and restore window parametersAndrey Vagin2016-06-301-0/+57
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-307-98/+85
| |\ \ \ \ \ \
| * | | | | | | net: diag: Add support to filter on device indexDavid Ahern2016-06-281-0/+25
| * | | | | | | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-181-1/+4