summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2015-08-17Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens-6/+4
2015-08-13inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet-1/+1
2015-08-13ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft-1/+1
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing-15/+18
2015-08-10inet: fix possible request socket leakEric Dumazet-1/+1
2015-08-10inet: fix races with reqsk timersEric Dumazet-1/+1
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+2
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter-1/+2
2015-08-03udp: fix dst races with multicast early demuxEric Dumazet-3/+10
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet-7/+9
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward-1/+0
2015-07-27fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck-4/+0
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca-4/+7
2015-07-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov-2/+1
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal-18/+11
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal-7/+7
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal-5/+3
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov-13/+29
2015-07-24ipv4: fib_select_default should match the prefixJulian Anastasov-0/+5
2015-07-21tcp: suppress a division by zero warningEric Dumazet-6/+5
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee-2/+4
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet-4/+12
2015-07-15tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng-2/+1
2015-07-10net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter-2/+2
2015-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-9/+16
2015-07-08ipv4: add support for linkdown sysctl to netconfAndy Gospodarek-0/+13
2015-07-08ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs-3/+5
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds-8/+1
2015-07-02netfilter: arptables: use percpu jumpstackFlorian Westphal-9/+16
2015-06-28ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek-2/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-456/+1413
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+17
2015-06-24net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter-0/+4
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek-16/+48
2015-06-24net: track link-status of ipv4 nexthopsAndy Gospodarek-21/+62
2015-06-24ip: report the original address of ICMP messagesJulian Anastasov-1/+10
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch-4/+7
2015-06-23inet_diag: Remove _bh suffix in inet_diag_dump_reqs().Hiroaki SHIMODA-2/+2
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-79/+122
2015-06-21ipv4: include NLM_F_APPEND flag in append route notificationsRoopa Prabhu-2/+5
2015-06-21sock_diag: fetch source port from inet_sockCraig Gallek-0/+2
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu-24/+50
2015-06-16netfilter: don't use module_init/exit in core IPV4 codePaul Gortmaker-8/+1
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek-3/+52
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek-2/+5
2015-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-99/+89
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet-4/+4
2015-06-15netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso-1/+2
2015-06-14tcp: cdg: use div_u64()Kenneth Klette Jonassen-1/+1
2015-06-12net: ipv4: un-inline ip_finish_output2Florian Westphal-1/+1