summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-11-13FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf
2014-11-13netfilter: fix various sparse warningsFlorian Westphal
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert
2014-11-12udp: Neaten function pointer calls and add bracesJoe Perches
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross
2014-11-10ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu
2014-11-10ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu
2014-11-10netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-06Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner
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-05geneve: Unregister pernet subsys on module unload.Jesse Gross
2014-11-05geneve: Set GSO type on transmit.Jesse Gross
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)
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