aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05gue: Receive side of remote checksum offloadTom Herbert1-9/+161
2014-11-05gue: TX support for using remote checksum offload optionTom Herbert1-3/+32
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert3-2/+18
2014-11-05gue: Add infrastructure for flags and optionsTom Herbert1-48/+94
2014-11-05udp: Offload outer UDP tunnel csum if availableTom Herbert1-16/+36
2014-11-05net: Move fou_build_header into fou.c and refactorTom Herbert3-49/+94
2014-11-04udp: remove blank line between set and testFabian Frederick1-1/+0
2014-11-04esp4: remove assignment in if conditionFabian Frederick1-1/+3
2014-11-04net: allow setting ecn via routing tableFlorian Westphal3-15/+29
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal1-10/+21
2014-11-04syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal1-15/+35
2014-11-04igmp: remove camel case definitionsFabian Frederick1-14/+14
2014-11-04udp: remove else after returnFabian Frederick1-6/+6
2014-11-04inet: frags: remove inline on static in c fileFabian Frederick1-8/+8
2014-11-04ipv4: remove 0/NULL assignment on staticFabian Frederick1-8/+8
2014-11-04ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick1-3/+3
2014-11-04tcp: spelling s/plugable/pluggableFabian Frederick1-1/+1
2014-11-04cipso: remove NULL assignment on staticFabian Frederick1-1/+3
2014-11-04ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick1-1/+1
2014-11-04cipso: kerneldoc warning fixFabian Frederick1-1/+1
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-69/+87
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-26/+62
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-26/+62
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+1
2014-10-30tcp: Correction to RFC number in commentSowmini Varadhan1-1/+1
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert1-1/+1
2014-10-30ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari1-0/+1
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal1-2/+5
2014-10-30ipv4: minor spelling fixesstephen hemminger2-2/+2
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov1-1/+0
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov1-1/+2
2014-10-29tcp: allow for bigger reordering levelEric Dumazet2-1/+9
2014-10-27ipv4: remove set but unused variable shaFabian Frederick1-2/+1
2014-10-25tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla1-2/+2
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-1/+1
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal3-3/+3
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+4
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing1-3/+3
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-56/+72
2014-10-17ipv4: fix a potential use after free in fou.cLi RongQing1-0/+3
2014-10-17ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing1-1/+2
2014-10-17ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang2-4/+4
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2-29/+1
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds4-5/+5
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1