aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar1-1/+5
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe1-4/+4
2014-12-18geneve: Fix races between socket add and release.Jesse Gross1-6/+7
2014-12-18geneve: Remove socket and offload handlers at destruction.Jesse Gross1-0/+17
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf1-0/+3
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf1-0/+6
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs1-4/+5
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck1-1/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds40-561/+1175
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-43/+44
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-43/+44
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-33/+36
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller7-20/+23
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet1-2/+2
2014-12-09tcp: refine TSO autosizingEric Dumazet2-57/+62
2014-12-09put iov_iter into msghdrAl Viro5-8/+12
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2-5/+4
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro3-6/+6
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro1-4/+4
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet1-1/+1
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet2-9/+26
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro17-113/+146
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches1-49/+62
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn1-2/+20
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn1-0/+2
2014-12-05gre: Set inner mac header in gro completeTom Herbert1-0/+3
2014-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-91/+2
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-12/+21
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso4-91/+2
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn3-11/+14
2014-11-26gue: Call remcsum_adjustTom Herbert1-67/+17
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller4-6/+5
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet1-1/+4
2014-11-24net/ping: handle protocol mismatching scenarioJane Zhou1-0/+2
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-12/+208
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro2-2/+2
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro1-3/+2
2014-11-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien1-0/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+7
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens1-2/+2
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-8/+3
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-6/+5
2014-11-19tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2-18/+31