summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-10-30ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov
2014-10-25tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-17ipv4: fix a potential use after free in fou.cLi RongQing
2014-10-17ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing
2014-10-17ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet
2014-10-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso
2014-10-11netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou
2014-10-07net: fix a sparse warningAndy Zhou
2014-10-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-10-03ip_tunnel: Add GUE supportTom Herbert
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert
2014-10-03ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert
2014-10-01ipip: Set inner IP protocol in ipipTom Herbert
2014-10-01udp: Generalize skb_udp_segmentTom Herbert
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet