summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: Fix inverted test in __skb_recv_datagramRainer Weikusat2015-12-081-1/+1
* | | core: enable more fine-grained datagram reception controlRainer Weikusat2015-12-071-29/+48
* | | net: constify netif_is_* helpers net_device paramJiri Pirko2015-12-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-046-21/+31
|\ \ \ | | |/ | |/|
| * | ipv6: kill sk_dst_lockEric Dumazet2015-12-031-3/+1Star
| * | net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-031-2/+2
| * | net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-1/+1
| * | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-013-7/+7
| * | cgroups: Allow dynamically changing net_classidNina Schiff2015-11-231-8/+18
| * | net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2015-11-231-0/+2
* | | net: introduce change lower state notifierJiri Pirko2015-12-031-0/+20
* | | net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-4/+7
* | | net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-12/+6Star
* | | net: Check CHANGEUPPER notifier return valueIdo Schimmel2015-12-031-2/+6
* | | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-302-5/+5
* | | net: IPv6 fib lookup tracepointDavid Ahern2015-11-221-0/+4
* | | net: avoid NULL deref in napi_get_frags()Eric Dumazet2015-11-201-2/+4
* | | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-0/+7
* | | net: napi_hash_del() returns a boolean statusEric Dumazet2015-11-181-3/+7
* | | net: move napi_hash[] into read mostly sectionEric Dumazet2015-11-181-1/+1
* | | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+2
* | | net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-0/+2
* | | net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet2015-11-181-5/+20
* | | net: allow BH servicing in sk_busy_loop()Eric Dumazet2015-11-181-11/+7Star
* | | net: un-inline sk_busy_loop()Eric Dumazet2015-11-181-2/+48
* | | net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2015-11-181-17/+16Star
|/ /
* | net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2015-11-171-1/+4
* | rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
* | net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1
* | vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
* | net/core: use netdev name in warning if no parentBjørn Mork2015-11-161-5/+8
* | net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov2015-11-161-1/+1
* | net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov2015-11-161-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-112-4/+5
|\
| * net: fix a race in dst_release()Eric Dumazet2015-11-101-1/+1
| * net/core: ensure features get disabled on new lower devsJarod Wilson2015-11-051-3/+4
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-072-6/+8
|/
* net/core: fix for_each_netdev_featureJarod Wilson2015-11-031-2/+6
* ptp: Change ptp_class to a proper bitmaskStefan Sørensen2015-11-031-8/+8
* net/core: generic support for disabling netdev features down stackJarod Wilson2015-11-031-0/+50
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-0/+22
* sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa2015-10-281-3/+17
* net: tso: add support for IPv6emmanuel.grumbach@intel.com2015-10-271-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+27
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-0/+27
* | if_link: Add control trust VFHiroshi Shimamoto2015-10-231-3/+21
* | netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-221-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-2/+7
|\|
| * ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-151-1/+1
| * bpf: clear sender_cpu before xmitAlexei Starovoitov2015-10-081-0/+1