summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-12-31ethtool: Add phy statisticsAndrew Lunn
2015-12-22net-sysfs: use to_net_dev in net_namespace()Geliang Tang
2015-12-18bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2015-12-18bpf: add bpf_skb_load_bytes helperDaniel Borkmann
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-17net: check both type and procotol for tcp socketsWANG Cong
2015-12-16net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski
2015-12-16net: diag: Add the ability to destroy a socket.Lorenzo Colitti
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-09sock, cgroup: add sock->sk_cgroupTejun Heo
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-09netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo
2015-12-08net: Fix inverted test in __skb_recv_datagramRainer Weikusat
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo
2015-12-07core: enable more fine-grained datagram reception controlRainer Weikusat
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03net: introduce change lower state notifierJiri Pirko
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff
2015-11-23net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov