summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | netlink: allow to listen "all" netnsNicolas Dichtel2015-05-091-1/+9
| * | | | | | netns: use a spin_lock to protect nsid managementNicolas Dichtel2015-05-091-13/+44
| * | | | | | netns: notify new nsid outside __peernet2id()Nicolas Dichtel2015-05-091-14/+27
| * | | | | | netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-092-3/+3
| * | | | | | netns: always provide the id to rtnl_net_fill()Nicolas Dichtel2015-05-091-20/+11
| * | | | | | netns: returns always an id in __peernet2id()Nicolas Dichtel2015-05-091-11/+8
| * | | | | | 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-041-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/+0
| * | | | | | 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-031-2/+0
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-2/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-195-20/+40
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | net: core: pktgen: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-2/+0
* | | | | | | net: don't wait for order-3 page allocationShaohua Li2015-06-112-2/+2
* | | | | | | net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman2015-06-101-8/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | net: replace last open coded skb_orphan_frags with function callWillem de Bruijn2015-06-081-9/+2
| |_|_|_|/ |/| | | |
* | | | | Revert "net: core: 'ethtool' issue with querying phy settings"David S. Miller2015-06-011-9/+1
| |_|_|/ |/| | |
* | | | net: core: 'ethtool' issue with querying phy settingsArun Parameswaran2015-05-221-1/+9
* | | | rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-171-0/+3
| |/ / |/| |
* | | netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel2015-05-121-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
| |/ |/|
* | bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-5/+7
* | net: rfs: fix crash in get_rps_cpus()Eric Dumazet2015-04-261-6/+6
* | net: fix crash in build_skb()Eric Dumazet2015-04-251-9/+22
* | net: do not deplete pfmemalloc reserveEric Dumazet2015-04-221-2/+7
|/
* net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-171-1/+1
* skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-161-3/+6
* Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-161-1/+0
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-161-9/+32
* netns: remove duplicated include from net_namespace.cWei Yongjun2015-04-161-1/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-131-1/+1
|\
| * new helper: msg_data_left()Al Viro2015-04-111-1/+1
* | net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2015-04-131-7/+24
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-04-121-6/+26
|\ \
| * | if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2015-04-101-6/+26
* | | tcp: do not cache align timewait socketsEric Dumazet2015-04-121-2/+1
|/ /
* | rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf2015-04-101-1/+1
* | net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski2015-04-091-10/+10
* | net: remove extra newlinesSheng Yong2015-04-071-1/+0
* | netns: allow to dump netns idsNicolas Dichtel2015-04-071-1/+48
* | netns: notify netns id eventsNicolas Dichtel2015-04-071-8/+44
* | netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel2015-04-071-1/+1