aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko1-2/+2
2015-05-13flow_dissector: introduce support for Ethernet addressesJiri Pirko1-0/+12
2015-05-13flow_dissector: introduce support for ipv6 addresssesJiri Pirko1-8/+21
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko1-61/+138
2015-05-13flow_dissector: introduce programable flow_dissectorJiri Pirko1-0/+48
2015-05-13flow_dissector: fix doc for skb_get_poffJiri Pirko1-2/+6
2015-05-13net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2-78/+78
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko2-28/+28
2015-05-13flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko1-5/+5
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko1-0/+1
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2-3/+4
2015-05-12pktgen: fix packet generationAlexei Starovoitov1-1/+10
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue()Denys Vlasenko1-0/+11
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel1-1/+1
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-1/+0
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman2-6/+13
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2-2/+2
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-4/+6
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck1-94/+6
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-23/+32
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck1-62/+79
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-12/+18
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann1-30/+16
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-19/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-2/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+2
2015-05-09pktgen: introduce xmit_mode '<start_xmit|netif_receive>'Alexei Starovoitov1-5/+77
2015-05-09pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliantJesper Dangaard Brouer1-0/+3
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel1-1/+9
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel1-13/+44
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel1-14/+27
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2-3/+3
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel1-20/+11
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel1-11/+8
2015-05-09tcp: set SOCK_NOSPACE under memory pressureJason Baron1-1/+5
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-2/+49
2015-05-09net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann1-3/+6
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-4/+4
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan1-3/+15
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing1-1/+1
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing1-0/+87
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim1-9/+0
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu1-1/+1
2015-05-04net: Add flow_keys digestTom Herbert1-0/+27
2015-05-04net: Add skb_get_hash_perturbTom Herbert1-8/+30
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov1-2/+0
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-5/+7