aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches1-2/+2
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones4-6/+19
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-89/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+87
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-61/+51
2014-11-06Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller19-234/+530
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches2-10/+10
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2-11/+7
2014-11-06net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn1-2/+5
2014-11-06sched: fix act file names in header commentJiri Pirko6-6/+6
2014-11-06ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert1-1/+40
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert3-11/+24
2014-11-05openvswitch: Avoid NULL mask check while building maskPravin B Shelar1-54/+53
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar3-29/+21
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer3-28/+37
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab3-12/+9
2014-11-05openvswitch: Drop packets when interdev is not upChunhe Li1-0/+5
2014-11-05openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-05openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66
2014-11-05openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou1-14/+11
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2-7/+22
2014-11-05openvswitch: Remove redundant tcp_flags code.Joe Stringer1-10/+3
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar3-8/+10
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman8-30/+274
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar7-10/+3
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert3-3/+3
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2-10/+10
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches3-12/+3
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner1-29/+31
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller40-55/+50
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 Herbert6-4/+22
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-05geneve: Unregister pernet subsys on module unload.Jesse Gross1-0/+1
2014-11-05geneve: Set GSO type on transmit.Jesse Gross1-0/+2
2014-11-04udp: remove blank line between set and testFabian Frederick1-1/+0
2014-11-04ipv6: trivial, add bracket for the if blockFlorent Fourcot1-2/+2
2014-11-04esp4: remove assignment in if conditionFabian Frederick1-1/+3
2014-11-04net: allow setting ecn via routing tableFlorian Westphal4-16/+30
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2-13/+23
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