summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso
2016-09-07netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng
2016-09-07netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-09-01tcp: make nla_policy conststephen hemminger
2016-09-01fou: make nla_policy conststephen hemminger
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng
2016-08-30netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gao Feng
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet
2016-08-29tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-08-25tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet
2016-08-25tcp: md5: increment sk_drops on syn_recv stateEric Dumazet
2016-08-25net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti
2016-08-25net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti
2016-08-24udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-08-24net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern
2016-08-24net: diag: Fix refcnt leak in error path destroying socketDavid Ahern
2016-08-24udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet
2016-08-24net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng
2016-08-23tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-08-23udp: fix poll() issue with zero sized packetsEric Dumazet
2016-08-23net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven
2016-08-23net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani
2016-08-20net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet
2016-08-20udp: include addrconf.hEric Dumazet
2016-08-20tcp: md5: remove tcp_md5_hash_header()Eric Dumazet
2016-08-19fib_trie: Fix the description of pos and bitsXunlei Pang
2016-08-19tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet
2016-08-19tcp: defer sacked assignmentEric Dumazet
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-17net: ipconfig: Fix more use after freeThierry Reding
2016-08-15gre: set inner_protocol on xmitSimon Horman
2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso
2016-08-11netfilter: use_nf_conn_expires helper in more placesFlorian Westphal
2016-08-11netfilter: nf_dup4: remove redundant checksum recalculationLiping Zhang
2016-08-10net: ipconfig: fix use after freeUwe Kleine-König
2016-08-09net: Remove fib_local variableDavid Ahern
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedLance Richardson
2016-08-08net/multicast: should not send source list records when have filter mode changeHangbin Liu
2016-08-08net: ipconfig: drop inter-device timeoutUwe Kleine-König
2016-08-08net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König
2016-08-08net: ipconfig: Add device name to debug messagesUwe Kleine-König
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster
2016-07-31tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov
2016-07-26udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann