aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10inet: fix possible request socket leakEric Dumazet1-1/+1
2015-08-10inet: fix races with reqsk timersEric Dumazet1-1/+1
2015-08-10Merge 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-03udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-07-28arp: filter NOARP neighbours for SIOCGARPEric Dumazet1-7/+9
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward1-1/+0
2015-07-27fib_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-26inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2-2/+1
2015-07-26inet: frag: don't wait for timer deletion when evictingFlorian Westphal1-18/+11
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2-7/+7
2015-07-26inet: frag: don't re-use chainlist for evictorFlorian Westphal1-5/+3
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov4-13/+29
2015-07-24ipv4: fib_select_default should match the prefixJulian Anastasov1-0/+5
2015-07-21tcp: 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-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-07-15tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng1-2/+1
2015-07-10net: 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-08ipv4: add support for linkdown sysctl to netconfAndy Gospodarek1-0/+13
2015-07-08ip_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/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-8/+1
2015-07-02netfilter: arptables: use percpu jumpstackFlorian Westphal1-9/+16
2015-06-28ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek1-2/+2
2015-06-24Merge 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-22Merge 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/arm/arm-socHerbert Xu10-24/+50
2015-06-16netfilter: don't use module_init/exit in core IPV4 codePaul Gortmaker1-8/+1
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek3-3/+52
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek3-2/+5
2015-06-15Merge 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-12net: ipv4: un-inline ip_finish_output2Florian Westphal1-1/+1
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2-83/+31
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal2-9/+54
2015-06-12net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal1-4/+0
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet1-3/+0