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