aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-13FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf1-1/+1
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches6-18/+6
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2-25/+138
2014-11-12udp: Neaten function pointer calls and add bracesJoe Perches1-17/+17
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches36-1285/+797
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches25-206/+190
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong4-140/+117
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches20-102/+94
2014-11-11Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller15-313/+649
2014-11-11dsa: Use netdev_<level> instead of printkJoe Perches2-21/+17
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet6-2/+12
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/git/linville/wireless-nextDavid 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-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme6-168/+206
2014-11-09openvswitch: Constify various function argumentsThomas Graf11-36/+38
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar3-28/+32
2014-11-09openvswitch: Optimize recirc action.Pravin B Shelar1-45/+106
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang11-31/+262
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar2-8/+8
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