summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-10-16net: introduce pre-change upper device notifierJiri Pirko
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-13sock: support per-packet fwmarkEdward Jee
2015-10-13bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-09net/core: make sock_diag.c explicitly non-modularPaul Gortmaker
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-07net: Add support for filtering neigh dump by device indexDavid Ahern
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann
2015-10-05tcp: restore fastopen operationsEric Dumazet
2015-10-05net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet
2015-10-03sched, bpf: make skb->priority writableDaniel Borkmann
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko
2015-10-03tcp: remove max_qlen_logEric Dumazet
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet
2015-10-03tcp/dccp: shrink struct listen_sockEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-30net: Add support for filtering neigh dump by master deviceDavid Ahern
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-09-29netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-25net: remove unused argument of __netdev_find_adj()Michal Kubeček
2015-09-25net: fix net_device refcountingRussell King
2015-09-24fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman
2015-09-23sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirectDaniel Borkmann
2015-09-18bpf: add bpf_redirect() helperAlexei Starovoitov
2015-09-18cls_bpf: introduce integrated actionsDaniel Borkmann
2015-09-18netfilter: Pass net into okfnEric W. Biederman
2015-09-18bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman
2015-09-18net: Remove dev_queue_xmit_skEric W. Biederman
2015-09-17net-sysfs: get_netdev_queue_index() cleanupThadeu Lima de Souza Cascardo
2015-09-15net: core: drop null test before destroy functionsJulia Lawall
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan
2015-09-15rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu
2015-09-11ebpf: emit correct src_reg for conditional jumpsTycho Andersen
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter
2015-09-02sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann