| Commit message (Expand) | Author | Age | Files | Lines |
* | sock, cgroup: add sock->sk_cgroup | Tejun Heo | 2015-12-08 | 3 | -2/+14 |
* | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct | Tejun Heo | 2015-12-08 | 5 | -19/+10 |
* | netprio_cgroup: limit the maximum css->id to USHRT_MAX | Tejun Heo | 2015-12-08 | 1 | -0/+9 |
* | net: Fix inverted test in __skb_recv_datagram | Rainer Weikusat | 2015-12-08 | 1 | -1/+1 |
* | core: enable more fine-grained datagram reception control | Rainer Weikusat | 2015-12-06 | 1 | -29/+48 |
* | net: constify netif_is_* helpers net_device param | Jiri Pirko | 2015-12-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-03 | 6 | -21/+31 |
|\ |
|
| * | ipv6: kill sk_dst_lock | Eric Dumazet | 2015-12-03 | 1 | -3/+1 |
| * | net/neighbour: fix crash at dumping device-agnostic proxy entries | Konstantin Khlebnikov | 2015-12-03 | 1 | -2/+2 |
| * | net: fix sock_wake_async() rcu protection | Eric Dumazet | 2015-12-01 | 1 | -1/+1 |
| * | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 2015-12-01 | 3 | -7/+7 |
| * | cgroups: Allow dynamically changing net_classid | Nina Schiff | 2015-11-23 | 1 | -8/+18 |
| * | net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds | Daniel Borkmann | 2015-11-22 | 1 | -0/+2 |
* | | net: introduce change lower state notifier | Jiri Pirko | 2015-12-03 | 1 | -0/+20 |
* | | net: add possibility to pass information about upper device via notifier | Jiri Pirko | 2015-12-03 | 1 | -4/+7 |
* | | net: propagate upper priv via netdev_master_upper_dev_link | Jiri Pirko | 2015-12-03 | 1 | -12/+6 |
* | | net: Check CHANGEUPPER notifier return value | Ido Schimmel | 2015-12-03 | 1 | -2/+6 |
* | | net: Generalise wq_has_sleeper helper | Herbert Xu | 2015-11-30 | 2 | -5/+5 |
* | | net: IPv6 fib lookup tracepoint | David Ahern | 2015-11-22 | 1 | -0/+4 |
* | | net: avoid NULL deref in napi_get_frags() | Eric Dumazet | 2015-11-20 | 1 | -2/+4 |
* | | net: provide generic busy polling to all NAPI drivers | Eric Dumazet | 2015-11-18 | 1 | -0/+7 |
* | | net: napi_hash_del() returns a boolean status | Eric Dumazet | 2015-11-18 | 1 | -3/+7 |
* | | net: move napi_hash[] into read mostly section | Eric Dumazet | 2015-11-18 | 1 | -1/+1 |
* | | net: add netif_tx_napi_add() | Eric Dumazet | 2015-11-18 | 1 | -1/+2 |
* | | net: move skb_mark_napi_id() into core networking stack | Eric Dumazet | 2015-11-18 | 1 | -0/+2 |
* | | net: network drivers no longer need to implement ndo_busy_poll() | Eric Dumazet | 2015-11-18 | 1 | -5/+20 |
* | | net: allow BH servicing in sk_busy_loop() | Eric Dumazet | 2015-11-18 | 1 | -11/+7 |
* | | net: un-inline sk_busy_loop() | Eric Dumazet | 2015-11-18 | 1 | -2/+48 |
* | | net: better skb->sender_cpu and skb->napi_id cohabitation | Eric Dumazet | 2015-11-18 | 1 | -17/+16 |
|/ |
|
* | net/core: revert "net: fix __netdev_update_features return.." and add comment | Nikolay Aleksandrov | 2015-11-17 | 1 | -1/+4 |
* | rtnetlink: fix frame size warning in rtnl_fill_ifinfo | Hannes Frederic Sowa | 2015-11-17 | 1 | -122/+152 |
* | net: use skb_clone to avoid alloc_pages failure. | Martin Zhang | 2015-11-17 | 1 | -1/+1 |
* | vlan: Fix untag operations of stacked vlans with REORDER_HEADER off | Vlad Yasevich | 2015-11-17 | 1 | -1/+2 |
* | net/core: use netdev name in warning if no parent | Bjørn Mork | 2015-11-16 | 1 | -5/+8 |
* | net: fix __netdev_update_features return on ndo_set_features failure | Nikolay Aleksandrov | 2015-11-16 | 1 | -1/+1 |
* | net: fix feature changes on devices without ndo_set_features | Nikolay Aleksandrov | 2015-11-16 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-11-10 | 2 | -4/+5 |
|\ |
|
| * | net: fix a race in dst_release() | Eric Dumazet | 2015-11-09 | 1 | -1/+1 |
| * | net/core: ensure features get disabled on new lower devs | Jarod Wilson | 2015-11-04 | 1 | -3/+4 |
* | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 2 | -6/+8 |
|/ |
|
* | net/core: fix for_each_netdev_feature | Jarod Wilson | 2015-11-03 | 1 | -2/+6 |
* | ptp: Change ptp_class to a proper bitmask | Stefan Sørensen | 2015-11-03 | 1 | -8/+8 |
* | net/core: generic support for disabling netdev features down stack | Jarod Wilson | 2015-11-02 | 1 | -0/+50 |
* | net: make skb_set_owner_w() more robust | Eric Dumazet | 2015-11-02 | 1 | -0/+22 |
* | sock: don't enable netstamp for af_unix sockets | Hannes Frederic Sowa | 2015-10-27 | 1 | -3/+17 |
* | net: tso: add support for IPv6 | emmanuel.grumbach@intel.com | 2015-10-26 | 1 | -5/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-24 | 1 | -0/+27 |
|\ |
|
| * | openvswitch: Fix egress tunnel info. | Pravin B Shelar | 2015-10-22 | 1 | -0/+27 |
* | | if_link: Add control trust VF | Hiroshi Shimamoto | 2015-10-23 | 1 | -3/+21 |
* | | netlink: Rightsize IFLA_AF_SPEC size calculation | Arad, Ronen | 2015-10-21 | 1 | -4/+4 |