summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti2016-09-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-068-627/+8Star
|\
| * netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-302-4/+2Star
| * netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gao Feng2016-08-301-1/+1
| * netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso2016-08-135-615/+1Star
| * netfilter: use_nf_conn_expires helper in more placesFlorian Westphal2016-08-121-2/+1Star
| * netfilter: nf_dup4: remove redundant checksum recalculationLiping Zhang2016-08-121-6/+4Star
* | tcp: make nla_policy conststephen hemminger2016-09-011-1/+1
* | fou: make nla_policy conststephen hemminger2016-09-011-1/+1
* | net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-312-1/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-307-17/+26
|\ \
| * | net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-242-3/+6
| * | udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-242-2/+0Star
| * | tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-08-241-1/+7
| * | udp: fix poll() issue with zero sized packetsEric Dumazet2016-08-241-6/+6
| * | net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani2016-08-231-3/+5
| * | fib_trie: Fix the description of pos and bitsXunlei Pang2016-08-191-2/+2
* | | tcp: add tcp_add_backlog()Eric Dumazet2016-08-291-4/+29
* | | tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-292-0/+8
* | | tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet2016-08-262-0/+2
* | | tcp: md5: increment sk_drops on syn_recv stateEric Dumazet2016-08-261-0/+1
* | | net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2016-08-251-3/+33
* | | net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti2016-08-251-11/+17
* | | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-242-2/+0Star
* | | net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-242-0/+94
* | | net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng2016-08-241-13/+8Star
* | | net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven2016-08-231-1/+1
* | | net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet2016-08-201-1/+2
* | | udp: include addrconf.hEric Dumazet2016-08-201-0/+1
* | | tcp: md5: remove tcp_md5_hash_header()Eric Dumazet2016-08-201-17/+0Star
* | | tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet2016-08-191-19/+28
* | | tcp: defer sacked assignmentEric Dumazet2016-08-191-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/+0Star
| * | 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-181-3/+5
| |/ |/|
* | net: ipconfig: fix use after freeUwe Kleine-König2016-08-101-8/+9
* | net: Remove fib_local variableDavid Ahern2016-08-091-7/+0Star
* | net/multicast: should not send source list records when have filter mode changeHangbin Liu2016-08-091-0/+10
* | net: ipconfig: drop inter-device timeoutUwe Kleine-König2016-08-091-4/+5
* | net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König2016-08-091-19/+10Star
* | net: ipconfig: Add device name to debug messagesUwe Kleine-König2016-08-091-6/+6
|/
* ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster2016-08-061-6/+2Star
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-311-1/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-302-79/+12Star
|\
| * Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-072-79/+12Star
| |\
| | * 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/+9Star
* | | 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-271-1/+1