summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA2015-06-231-2/+2
* ipv4: include NLM_F_APPEND flag in append route notificationsRoopa Prabhu2015-06-211-2/+5
* sock_diag: fetch source port from inet_sockCraig Gallek2015-06-211-0/+2
* sock_diag: implement a get_info handler for inetCraig Gallek2015-06-153-3/+52
* sock_diag: specify info_size per inet protocolCraig Gallek2015-06-153-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-06-154-99/+89
|\
| * netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-152-4/+4
| * netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-151-1/+2
| * netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-122-83/+31
| * netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-122-9/+54
| * net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal2015-06-121-4/+0
* | tcp: cdg: use div_u64()Kenneth Klette Jonassen2015-06-141-1/+1
* | net: ipv4: un-inline ip_finish_output2Florian Westphal2015-06-121-1/+1
|/
* tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet2015-06-111-3/+0
* tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-112-12/+8
* tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet2015-06-111-16/+14
* tcp: fill shinfo->gso_type at last momentEric Dumazet2015-06-112-9/+3
* tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet2015-06-111-2/+2
* tcp: add CDG congestion controlKenneth Klette Jonassen2015-06-113-0/+454
* tcp: export tcp_enter_cwr()Kenneth Klette Jonassen2015-06-111-0/+1
* net: tcp: dctcp_update_alpha() fixes.Eric Dumazet2015-06-101-10/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-081-3/+15
|\
| * ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer2015-06-041-3/+15
* | fib_trie: coding style: Use pointer after checkFiro Yang2015-06-071-8/+13
* | tcp: get_cookie_sock() consolidationEric Dumazet2015-06-071-5/+5
* | tcp: remove redundant checks IIEric Dumazet2015-06-071-4/+0
* | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-062-1/+9
* | tcp: double default TSQ output bytes limitWei Liu2015-06-041-2/+2
* | tcp: remove redundant checksEric Dumazet2015-06-041-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-015-11/+22
|\ \ | |/
| * tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-312-2/+8
| * udp: fix behavior of wrong checksumsEric Dumazet2015-05-311-4/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-05-282-5/+12
| |\
| | * ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2015-05-281-2/+7
| | * ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2015-05-281-2/+3
| | * esp4: Use high-order sequence number bits for IV generationHerbert Xu2015-05-131-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1
|\ \ \
| * | | netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1
* | | | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru2015-05-301-4/+6
* | | | tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet2015-05-271-0/+6
* | | | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-271-2/+7
* | | | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-272-3/+9
* | | | ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-272-7/+36
* | | | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal2015-05-271-7/+12
* | | | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller2015-05-271-0/+1
* | | | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-262-3/+3
* | | | tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-261-0/+31
* | | | ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal2015-05-251-7/+11
* | | | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-2/+3
* | | | net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-11/+4
OpenPOWER on IntegriCloud