aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet2-0/+30
2014-11-16net: dsa: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-11-16net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+2
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-11-16tipc: allow one link per bearer to neighboring nodesHolger Brunck1-2/+3
2014-11-14openvswitch: Fix build failure.Pravin B Shelar1-4/+2
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-93/+196
2014-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-97/+91
2014-11-13tcp: limit GSO packets to half cwndEric Dumazet1-4/+8
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2-4/+4
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu2-2/+2
2014-11-13netfilter: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-0/+4
2014-11-13netlink: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-2/+4
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-10/+5
2014-11-13FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf1-1/+1
2014-11-13libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov1-2/+2
2014-11-13libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov1-0/+2
2014-11-13libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov1-0/+1
2014-11-13libceph: do not crash on large auth ticketsIlya Dryomov1-37/+132
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches6-18/+6
2014-11-12netlink: Properly unbind in error conditions.Hiroaki SHIMODA1-2/+3
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-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet1-1/+1
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong4-140/+117
2014-11-11net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2014-11-11net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packetDaniel Borkmann1-0/+3
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-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+2
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 tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller7-31/+31