summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* fou: Fix typo in returning flags in netlinkTom Herbert2014-11-052-2/+2
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-051-6/+5
* net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-051-5/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-055-8/+7
* gue: Receive side of remote checksum offloadTom Herbert2014-11-051-9/+161
* gue: TX support for using remote checksum offload optionTom Herbert2014-11-051-3/+32
* udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-053-2/+18
* gue: Add infrastructure for flags and optionsTom Herbert2014-11-051-48/+94
* udp: Offload outer UDP tunnel csum if availableTom Herbert2014-11-051-16/+36
* net: Move fou_build_header into fou.c and refactorTom Herbert2014-11-053-49/+94
* udp: remove blank line between set and testFabian Frederick2014-11-041-1/+0
* esp4: remove assignment in if conditionFabian Frederick2014-11-041-1/+3
* net: allow setting ecn via routing tableFlorian Westphal2014-11-043-15/+29
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-041-10/+21
* syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal2014-11-041-15/+35
* igmp: remove camel case definitionsFabian Frederick2014-11-041-14/+14
* udp: remove else after returnFabian Frederick2014-11-041-6/+6
* inet: frags: remove inline on static in c fileFabian Frederick2014-11-041-8/+8
* ipv4: remove 0/NULL assignment on staticFabian Frederick2014-11-041-8/+8
* ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick2014-11-041-3/+3
* tcp: spelling s/plugable/pluggableFabian Frederick2014-11-041-1/+1
* cipso: remove NULL assignment on staticFabian Frederick2014-11-041-1/+3
* ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick2014-11-041-1/+1
* cipso: kerneldoc warning fixFabian Frederick2014-11-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-016-69/+87
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-311-26/+62
| |\
| | * netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso2014-10-311-26/+62
| * | net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-301-1/+1
| * | gre: Use inner mac length when computing tunnel lengthTom Herbert2014-10-301-1/+1
| * | ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari2014-10-301-0/+1
| * | inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov2014-10-291-1/+0
| * | inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov2014-10-291-1/+2
| * | tcp: md5: do not use alloc_percpu()Eric Dumazet2014-10-251-39/+20
* | | tcp: Correction to RFC number in commentSowmini Varadhan2014-10-301-1/+1
* | | syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-301-2/+5
* | | ipv4: minor spelling fixesstephen hemminger2014-10-302-2/+2
* | | tcp: allow for bigger reordering levelEric Dumazet2014-10-292-1/+9
* | | ipv4: remove set but unused variable shaFabian Frederick2014-10-271-2/+1
|/ /
* | net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2014-10-221-2/+2
|/
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-201-1/+1
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-203-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-202-0/+4
|\
| * netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-131-0/+1
| * netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2014-10-111-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-191-3/+3
|\ \
| * | ipv4: fix a potential use after free in gre_offload.cLi RongQing2014-10-181-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-188-56/+72
|\ \ \ | |/ /
| * | ipv4: fix a potential use after free in fou.cLi RongQing2014-10-171-0/+3
| * | ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing2014-10-171-1/+2
| * | ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2014-10-171-3/+9
OpenPOWER on IntegriCloud