summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov
2015-06-11net: don't wait for order-3 page allocationShaohua Li
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn
2015-06-01Revert "net: core: 'ethtool' issue with querying phy settings"David S. Miller
2015-05-22net: core: 'ethtool' issue with querying phy settingsArun Parameswaran
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu
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
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko
2015-03-29net: Introduce passthru_features_checkToshiaki Makita
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov
2015-03-29netns: don't clear nsid too early on removalNicolas Dichtel
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar