summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet2-2/+4
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller83-2176/+4065
2014-11-10ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu1-8/+54
2014-11-10ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu1-39/+11
2014-11-10net: gro: add a per device gro flush timerEric Dumazet2-4/+59
2014-11-09dccp: 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-61/+51
2014-11-07Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David 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-06openvswitch: Avoid NULL mask check while building maskPravin B Shelar1-54/+53
2014-11-06openvswitch: Refactor action alloc and copy api.Pravin B Shelar3-29/+21
2014-11-06openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer3-28/+37
2014-11-06openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab3-12/+9
2014-11-06openvswitch: Drop packets when interdev is not upChunhe Li1-0/+5
2014-11-06openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-06openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66
2014-11-06openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou1-14/+11
2014-11-06openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2-7/+22
2014-11-06openvswitch: Remove redundant tcp_flags code.Joe Stringer1-10/+3
2014-11-06openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar3-8/+10
2014-11-06openvswitch: Add basic MPLS support to kernelSimon Horman8-30/+274
2014-11-06net: Remove MPLS GSO feature.Pravin B Shelar7-10/+3
2014-11-06fou: Fix typo in returning flags in netlinkTom Herbert3-3/+3
2014-11-06ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2-10/+10
2014-11-06net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches3-12/+3
2014-11-06tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner1-29/+31
2014-11-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller40-55/+50
2014-11-06gue: Receive side of remote checksum offloadTom Herbert1-9/+161
2014-11-06gue: TX support for using remote checksum offload optionTom Herbert1-3/+32
2014-11-06udp: Changes to udp_offload to support remote checksum offloadTom Herbert6-4/+22
2014-11-06gue: Add infrastructure for flags and optionsTom Herbert1-48/+94
2014-11-06udp: Offload outer UDP tunnel csum if availableTom Herbert1-16/+36
2014-11-06net: 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-05udp: remove blank line between set and testFabian Frederick1-1/+0
2014-11-05ipv6: trivial, add bracket for the if blockFlorent Fourcot1-2/+2
2014-11-05esp4: remove assignment in if conditionFabian Frederick1-1/+3
2014-11-05Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville44-305/+2048
2014-11-05net: allow setting ecn via routing tableFlorian Westphal4-16/+30
2014-11-05syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2-13/+23
2014-11-05syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal1-15/+35