summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-11-05gue: Receive side of remote checksum offloadTom Herbert
2014-11-05gue: TX support for using remote checksum offload optionTom Herbert
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-11-05gue: Add infrastructure for flags and optionsTom Herbert
2014-11-05udp: Offload outer UDP tunnel csum if availableTom Herbert
2014-11-05net: Move fou_build_header into fou.c and refactorTom Herbert
2014-11-04udp: remove blank line between set and testFabian Frederick
2014-11-04esp4: remove assignment in if conditionFabian Frederick
2014-11-04net: allow setting ecn via routing tableFlorian Westphal
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal
2014-11-04syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal
2014-11-04igmp: remove camel case definitionsFabian Frederick
2014-11-04udp: remove else after returnFabian Frederick
2014-11-04inet: frags: remove inline on static in c fileFabian Frederick
2014-11-04ipv4: remove 0/NULL assignment on staticFabian Frederick
2014-11-04ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick
2014-11-04tcp: spelling s/plugable/pluggableFabian Frederick
2014-11-04cipso: remove NULL assignment on staticFabian Frederick
2014-11-04ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick
2014-11-04cipso: kerneldoc warning fixFabian Frederick
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-30tcp: Correction to RFC number in commentSowmini Varadhan
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-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal
2014-10-30ipv4: minor spelling fixesstephen hemminger
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-29tcp: allow for bigger reordering levelEric Dumazet
2014-10-27ipv4: remove set but unused variable shaFabian Frederick
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