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