aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo3-2/+14
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo5-19/+10
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo1-0/+9
2015-12-08net: Fix inverted test in __skb_recv_datagramRainer Weikusat1-1/+1
2015-12-06core: enable more fine-grained datagram reception controlRainer Weikusat1-29/+48
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko1-1/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-21/+31
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+20
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-4/+7
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-12/+6
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel1-2/+6
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-3/+1
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-1/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet3-7/+7
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu2-5/+5
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff1-8/+18
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern1-0/+4
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-0/+7
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet1-3/+7
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet1-1/+1
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+2
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-0/+2
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet1-5/+20
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet1-11/+7
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet1-2/+48
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet1-17/+16
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork1-5/+8
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov1-1/+1
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov1-0/+2
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+5
2015-11-09net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-6/+8
2015-11-04net/core: ensure features get disabled on new lower devsJarod Wilson1-3/+4
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson1-2/+6
2015-11-03ptp: Change ptp_class to a proper bitmaskStefan Sørensen1-8/+8
2015-11-02net/core: generic support for disabling netdev features down stackJarod Wilson1-0/+50
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet1-0/+22
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa1-3/+17
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com1-5/+13
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+27
2015-10-23if_link: Add control trust VFHiroshi Shimamoto1-3/+21
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+27
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-4/+4