summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens2015-08-171-6/+4Star
* inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet2015-08-141-1/+1
* ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft2015-08-141-1/+1
* net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-141-15/+18
* inet: fix possible request socket leakEric Dumazet2015-08-111-1/+1
* inet: fix races with reqsk timersEric Dumazet2015-08-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-08-111-1/+2
|\
| * netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-101-1/+2
* | udp: fix dst races with multicast early demuxEric Dumazet2015-08-041-3/+10
|/
* arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-291-7/+9
* net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-291-1/+0Star
* fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck2015-07-271-4/+0Star
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-4/+7
* inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-272-2/+1Star
* inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-271-18/+11Star
* inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-272-7/+7
* inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-271-5/+3Star
* ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-254-13/+29
* ipv4: fib_select_default should match the prefixJulian Anastasov2015-07-251-0/+5
* tcp: suppress a division by zero warningEric Dumazet2015-07-221-6/+5Star
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-07-211-2/+4
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-161-4/+12
* tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng2015-07-161-2/+1Star
* net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter2015-07-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-091-9/+16
|\
| * netfilter: arptables: use percpu jumpstackFlorian Westphal2015-07-021-9/+16
* | ipv4: add support for linkdown sysctl to netconfAndy Gospodarek2015-07-091-0/+13
* | ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs2015-07-091-3/+5
* | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-021-8/+1Star
|\ \ | |/ |/|
| * netfilter: don't use module_init/exit in core IPV4 codePaul Gortmaker2015-06-161-8/+1Star
* | ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek2015-06-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2543-456/+1413
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-244-5/+17
| |\ \
| | * | ip: report the original address of ICMP messagesJulian Anastasov2015-06-241-1/+10
| | * | tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch2015-06-233-4/+7
| | |/
| * | net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter2015-06-241-0/+4
| * | net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-247-16/+48
| * | net: track link-status of ipv4 nexthopsAndy Gospodarek2015-06-242-21/+62
| * | 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-163-3/+52
| * | sock_diag: specify info_size per inet protocolCraig Gallek2015-06-163-2/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-06-154-99/+89Star
| |\ \
| | * | 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/+31Star
| | * | netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-122-9/+54
| | * | net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal2015-06-121-4/+0Star
| * | | tcp: cdg: use div_u64()Kenneth Klette Jonassen2015-06-141-1/+1