aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-09-07net: diag: make udp_diag_destroy work for mapped addresses.Gravatar Lorenzo Colitti 1-2/+2
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 8-627/+8
2016-09-01tcp: make nla_policy constGravatar stephen hemminger 1-1/+1
2016-09-01fou: make nla_policy constGravatar stephen hemminger 1-1/+1
2016-08-30net: lwtunnel: Handle fragmentationGravatar Roopa Prabhu 2-1/+11
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGravatar Gao Feng 2-4/+2
2016-08-30netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gravatar Gao Feng 1-1/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-17/+26
2016-08-29tcp: add tcp_add_backlog()Gravatar Eric Dumazet 1-4/+29
2016-08-28tcp: Set read_sock and peek_len proto_opsGravatar Tom Herbert 2-0/+8
2016-08-25tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterGravatar Eric Dumazet 2-0/+2
2016-08-25tcp: md5: increment sk_drops on syn_recv stateGravatar Eric Dumazet 1-0/+1
2016-08-24net: diag: allow socket bytecode filters to match socket marksGravatar Lorenzo Colitti 1-3/+33
2016-08-24net: diag: slightly refactor the inet_diag_bc_audit error checks.Gravatar Lorenzo Colitti 1-11/+17
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Gravatar Eric Dumazet 2-2/+0
2016-08-23net: diag: support SOCK_DESTROY for UDP socketsGravatar David Ahern 2-0/+94
2016-08-23net: diag: Fix refcnt leak in error path destroying socketGravatar David Ahern 2-3/+6
2016-08-23udp: get rid of SLAB_DESTROY_BY_RCU allocationsGravatar Eric Dumazet 2-2/+0
2016-08-23net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configGravatar Yuchung Cheng 1-13/+8
2016-08-23tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Gravatar Eric Dumazet 1-1/+7
2016-08-23udp: fix poll() issue with zero sized packetsGravatar Eric Dumazet 1-6/+6
2016-08-22net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGravatar Geert Uytterhoeven 1-1/+1
2016-08-22net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Gravatar Shmulik Ladkani 1-3/+5
2016-08-19net: ipv4: fix sparse error in fib_good_nh()Gravatar Eric Dumazet 1-1/+2
2016-08-19udp: include addrconf.hGravatar Eric Dumazet 1-0/+1
2016-08-19tcp: md5: remove tcp_md5_hash_header()Gravatar Eric Dumazet 1-17/+0
2016-08-18fib_trie: Fix the description of pos and bitsGravatar Xunlei Pang 1-2/+2
2016-08-18tcp: refine tcp_prune_ofo_queue() to not drop all packetsGravatar Eric Dumazet 1-19/+28
2016-08-18tcp: defer sacked assignmentGravatar Eric Dumazet 1-1/+2
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+31
2016-08-17net: ipconfig: Fix more use after freeGravatar Thierry Reding 1-3/+5
2016-08-15gre: set inner_protocol on xmitGravatar Simon Horman 1-1/+0
2016-08-13netfilter: remove ip_conntrack* sysctl compat codeGravatar Pablo Neira Ayuso 5-615/+1
2016-08-12netfilter: use_nf_conn_expires helper in more placesGravatar Florian Westphal 1-2/+1
2016-08-12netfilter: nf_dup4: remove redundant checksum recalculationGravatar Liping Zhang 1-6/+4
2016-08-10net: ipconfig: fix use after freeGravatar Uwe Kleine-König 1-8/+9
2016-08-09net: Remove fib_local variableGravatar David Ahern 1-7/+0
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedGravatar Lance Richardson 1-0/+31
2016-08-08net/multicast: should not send source list records when have filter mode changeGravatar Hangbin Liu 1-0/+10
2016-08-08net: ipconfig: drop inter-device timeoutGravatar Uwe Kleine-König 1-4/+5
2016-08-08net: ipconfig: Support using "delayed" DHCP repliesGravatar Uwe Kleine-König 1-19/+10
2016-08-08net: ipconfig: Add device name to debug messagesGravatar Uwe Kleine-König 1-6/+6
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerGravatar David Forster 1-6/+2
2016-07-30tcp: consider recv buf for the initial window scaleGravatar Soheil Hassas Yeganeh 1-1/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-79/+12
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 32-192/+1196
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeGravatar Nikolay Aleksandrov 1-1/+1
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbGravatar Daniel Borkmann 1-3/+1
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+7
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 3-47/+59