aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-07-12net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti1-39/+68
2018-07-12net/sched: skbedit: use per-cpu countersDavide Caratti1-4/+4
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann3-6/+7
2018-07-12net/tls: Use aead_request_alloc/free for request alloc/freeVakul Garg1-8/+4
2018-07-12tcp: allow user to create repair socket without window probesStefan Baranoff1-3/+5
2018-07-12tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff1-5/+18
2018-07-12sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller1-7/+18
2018-07-12new wrapper: alloc_file_pseudo()Al Viro1-23/+5
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-2/+1
2018-07-12Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanDavid S. Miller1-0/+6
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy3-22/+52
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy4-6/+32
2018-07-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller4-31/+173
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan1-0/+4
2018-07-11net: sched: fix unprotected access to rcu cookie pointerVlad Buslov1-2/+7
2018-07-11net: sched: act_ife: fix memory leak in ife initVlad Buslov1-1/+3
2018-07-11net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devicesSabrina Dubroca1-0/+12
2018-07-11net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODESabrina Dubroca1-1/+3
2018-07-11net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_devSabrina Dubroca1-2/+0
2018-07-11net/ipv6: fix addrconf_sysctl_addr_gen_modeSabrina Dubroca1-13/+14
2018-07-11net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu1-22/+26
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann1-3/+14
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux1-15/+8
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann1-0/+1
2018-07-11ipv6: xfrm: use 64-bit timestampsArnd Bergmann1-1/+1
2018-07-11xfrm: use time64_t for in-kernel timestampsArnd Bergmann2-17/+17
2018-07-10sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen1-25/+72
2018-07-10sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen1-1/+123
2018-07-10sch_cake: Add DiffServ handlingToke Høiland-Jørgensen1-16/+423
2018-07-10sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen1-2/+49
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen2-0/+51
2018-07-10sch_cake: Add optional ACK filterToke Høiland-Jørgensen1-2/+452
2018-07-10sch_cake: Add ingress modeToke Høiland-Jørgensen1-4/+83
2018-07-10sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen3-0/+1879
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann1-3/+13
2018-07-09tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann1-3/+0
2018-07-09net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree1-2/+7
2018-07-09net: core: fix uses-after-free in list processingEdward Cree1-8/+13
2018-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller14-100/+90
2018-07-09net: allow fallback function to pass netdevAlexander Duyck2-12/+7
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck2-4/+6
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck2-1/+15
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-23/+35
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck2-1/+109
2018-07-09net-sysfs: Drop support for XPS and traffic_class on single queue deviceAlexander Duyck1-2/+13
2018-07-09netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal1-0/+2
2018-07-09netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin1-1/+1
2018-07-09netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal1-0/+13
2018-07-09mac80211: don't put null-data frames on the normal TXQJohannes Berg1-1/+1