summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-03-041-0/+7
* flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-03-041-3/+3
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-042-0/+12
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-041-0/+7
* net: bpf: reject invalid shiftsRabin Vincent2016-01-311-0/+5
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-311-0/+5
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-311-1/+2
* net: check both type and procotol for tcp socketsWANG Cong2016-01-222-2/+4
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2016-01-221-1/+1
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2016-01-221-1/+2
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-221-2/+0
* net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-141-2/+2
* net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2015-12-141-0/+2
* net: fix a race in dst_release()Eric Dumazet2015-12-091-1/+1
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-271-1/+1
* bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann2015-10-271-1/+5
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-10-271-4/+5
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-10-031-5/+9
* sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann2015-10-031-0/+3
* inet: fix races with reqsk timersEric Dumazet2015-09-291-1/+7
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-09-291-6/+7
* net: Fix skb csum races when peekingHerbert Xu2015-09-291-6/+9
* net: Clone skb before setting peeked flagHerbert Xu2015-09-291-3/+38
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-09-291-15/+15
* net: do not process device backlog during unregistrationJulian Anastasov2015-09-291-2/+4
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-09-291-1/+3
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-09-291-91/+96
* Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel2015-09-291-4/+0
* net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet2015-09-291-1/+2
* mm: make page pfmemalloc check more robustMichal Hocko2015-09-291-1/+1
* neigh: do not modify unlinked entriesJulian Anastasov2015-07-101-0/+13
* 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
|\