summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger1-0/+34
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko1-6/+7
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend2-53/+92
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2-35/+69
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2-11/+23
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend1-1/+2
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend1-4/+7
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend1-20/+86
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend1-9/+19
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend1-13/+72
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend1-0/+16
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend1-15/+13
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend2-14/+42
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2-4/+3
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+38
2017-12-07smc: support variable CLC proposal messagesUrsula Braun3-24/+107
2017-12-07smc: no consumer update in tasklet contextUrsula Braun2-16/+5
2017-12-07smc: cleanup close checking during data receivalUrsula Braun1-4/+1
2017-12-07smc: no update for unused sk_write_pendingUrsula Braun1-2/+0
2017-12-07smc: improve smc_clc_send_decline() error handlingUrsula Braun2-7/+4
2017-12-07smc: make smc_close_active_abort() staticUrsula Braun2-2/+1
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli5-21/+40
2017-12-06rds: debug: fix null check on static arrayPrashant Bhole1-2/+2
2017-12-06act_mirred: get rid of mirred_list_lock spinlockCong Wang1-9/+1
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2-8/+4
2017-12-06ip6_gre: add ip6 erspan collect_md modeWilliam Tu1-25/+85
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang11-15/+15
2017-12-05net: dsa: assign a CPU port to DSA portVivien Didelot1-1/+1
2017-12-05net: sched: sch_api: rearrange init handlingAlexander Aring1-41/+47
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring1-5/+6
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-21/+9
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman2-7/+6
2017-12-05rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal1-2/+3
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-74/+131
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo1-0/+36
2017-12-04bpf: move bpf csum flag checkWilliam Tu1-3/+2
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-74/+124
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal4-12/+26
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-18/+41
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal5-53/+61
2017-12-04net: use rtnl_register_module where neededFlorian Westphal8-32/+55
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal1-35/+78
2017-12-04net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal1-53/+101
2017-12-04bpf: allow disabling tunnel csum for ipv6William Tu1-2/+3
2017-12-04ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2-11/+99
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2-23/+46
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau1-0/+3
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2-9/+225
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2-38/+16
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau1-2/+9