summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-09pktgen: introduce xmit_mode '<start_xmit|netif_receive>'Alexei Starovoitov
2015-05-09pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliantJesper Dangaard Brouer
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel
2015-05-09tcp: set SOCK_NOSPACE under memory pressureJason Baron
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann
2015-05-09net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim
2015-05-04net: Add flow_keys digestTom Herbert
2015-05-04net: Add skb_get_hash_perturbTom Herbert
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet
2015-04-25net: fix crash in build_skb()Eric Dumazet
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg
2015-04-16skbuff: Do not scrub skb mark within the same name spaceHerbert Xu
2015-04-16Revert "net: Reset secmark when scrubbing packet"Herbert Xu
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-04-16netns: remove duplicated include from net_namespace.cWei Yongjun
2015-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann
2015-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2015-04-12tcp: do not cache align timewait socketsEric Dumazet
2015-04-11new helper: msg_data_left()Al Viro
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf
2015-04-09net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski
2015-04-07net: remove extra newlinesSheng Yong
2015-04-07netns: allow to dump netns idsNicolas Dichtel
2015-04-07netns: notify netns id eventsNicolas Dichtel