summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2015-10-03fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-03sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann1-0/+3
2015-09-29inet: fix races with reqsk timersEric Dumazet1-1/+7
2015-09-29net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-09-29net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-09-29net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+15
2015-09-29net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-09-29net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-09-29rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-09-29Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel1-4/+0
2015-09-29net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-09-29mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov1-0/+13
2015-06-11net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman1-8/+5
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn1-9/+2
2015-06-01Revert "net: core: 'ethtool' issue with querying phy settings"David S. Miller1-9/+1
2015-05-22net: core: 'ethtool' issue with querying phy settingsArun Parameswaran1-1/+9
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-0/+3
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel1-1/+1
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu1-1/+1
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-5/+7
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet1-6/+6
2015-04-25net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1
2015-04-16skbuff: Do not scrub skb mark within the same name spaceHerbert Xu1-3/+6
2015-04-16Revert "net: Reset secmark when scrubbing packet"Herbert Xu1-1/+0
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov1-9/+32
2015-04-16netns: remove duplicated include from net_namespace.cWei Yongjun1-1/+0
2015-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-1/+1
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann1-7/+24
2015-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-6/+26
2015-04-12tcp: do not cache align timewait socketsEric Dumazet1-2/+1
2015-04-11new helper: msg_data_left()Al Viro1-1/+1
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov1-6/+26
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf1-1/+1
2015-04-09net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski1-10/+10
2015-04-07net: remove extra newlinesSheng Yong1-1/+0
2015-04-07netns: allow to dump netns idsNicolas Dichtel1-1/+48
2015-04-07netns: notify netns id eventsNicolas Dichtel1-8/+44
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel1-1/+1
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-5/+5
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-18/+35
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov1-4/+104
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2-1/+22
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann1-0/+7
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel1-1/+3