aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet2-12/+8
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet1-16/+14
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet2-9/+3
2015-06-11tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet1-2/+2
2015-06-11tcp: add CDG congestion controlKenneth Klette Jonassen3-0/+454
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen1-0/+1
2015-06-10net: tcp: dctcp_update_alpha() fixes.Eric Dumazet1-10/+16
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+15
2015-06-07fib_trie: coding style: Use pointer after checkFiro Yang1-8/+13
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet1-5/+5
2015-06-07tcp: remove redundant checks IIEric Dumazet1-4/+0
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2-1/+9
2015-06-04tcp: double default TSQ output bytes limitWei Liu1-2/+2
2015-06-04tcp: remove redundant checksEric Dumazet1-2/+2
2015-06-04ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer1-3/+15
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-11/+22
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2-2/+8
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+1
2015-05-30net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru1-4/+6
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-5/+12
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-2/+3
2015-05-28esp4: Switch to new AEAD interfaceHerbert Xu1-78/+122
2015-05-27tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet1-0/+6
2015-05-27tcp: connect() from bound sockets can be fasterEric Dumazet1-2/+7
2015-05-27tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2-3/+9