summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net-sysfs: use to_net_dev in net_namespace()Geliang Tang2015-12-221-2/+2
* bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann2015-12-181-6/+0
* bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-3/+16
* bpf: add bpf_skb_load_bytes helperDaniel Borkmann2015-12-181-1/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-174-12/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-172-6/+6
| |\
| | * net: check both type and procotol for tcp socketsWANG Cong2015-12-172-2/+4
| | * skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-151-1/+1
| | * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-1/+1
| | * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-051-2/+0
| * | Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-079-151/+201
| |\ \ | | |/
| * | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-032-9/+11
* | | net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski2015-12-161-7/+10
* | | net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-151-3/+20
* | | net: Add driver helper functions to determine checksum offloadabilityTom Herbert2015-12-151-0/+136
* | | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-152-8/+8
* | | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-152-6/+6
* | | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-2/+2
* | | switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-152-0/+2
* | | sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-083-2/+14
* | | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-085-19/+10
* | | netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo2015-12-081-0/+9
* | | net: Fix inverted test in __skb_recv_datagramRainer Weikusat2015-12-081-1/+1
* | | core: enable more fine-grained datagram reception controlRainer Weikusat2015-12-061-29/+48
* | | net: constify netif_is_* helpers net_device paramJiri Pirko2015-12-051-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-036-21/+31
|\ \ \ | | |/ | |/|
| * | ipv6: kill sk_dst_lockEric Dumazet2015-12-031-3/+1
| * | 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-221-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/+6
* | | 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/+7
* | | 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/+16
|/ /
* | 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
OpenPOWER on IntegriCloud