summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-12net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko1-3/+0
2017-10-12net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko1-2/+3
2017-10-12net: sched: introduce per-egress action device callbacksJiri Pirko2-0/+36
2017-10-12net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2-2/+2
2017-10-12net: qrtr: Add control packet definition to uapiBjorn Andersson1-0/+32
2017-10-12net: qrtr: Move constants to header fileBjorn Andersson1-0/+3
2017-10-11tcp: fix tcp_unlink_write_queue()Eric Dumazet1-0/+1
2017-10-11Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/sc...David S. Miller6-47/+163
2017-10-11cfg80211: support reloading regulatory databaseJohannes Berg1-0/+4
2017-10-11fq: support filtering a given tinJohannes Berg2-10/+69
2017-10-11openvswitch: add ct_clear actionEric Garver1-0/+2
2017-10-10bpf: write back the verifier log buffer as it gets filledJakub Kicinski1-1/+3
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski1-0/+1
2017-10-10bpf: move global verifier log into verifier environmentJakub Kicinski1-0/+2
2017-10-10bpf: encapsulate verifier log state into a structureJakub Kicinski1-0/+13
2017-10-10openvswitch: Add erspan tunnel support.William Tu1-0/+1
2017-10-10once: switch to new jump label APIEric Biggers1-3/+3
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-66/+77
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+10
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-3/+10
2017-10-09qed: Add LL2 slowpath handlingMichal Kalderon1-0/+5
2017-10-09qed: Add ll2 option for dropping a tx packetMichal Kalderon1-0/+1
2017-10-09qed: Add ll2 ability of opening a secondary queueMichal Kalderon1-0/+1
2017-10-09net: bridge: Export bridge multicast router stateYotam Gigi1-0/+5
2017-10-09net: bridge: Notify on bridge device mrouter state changesYotam Gigi1-0/+1
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2-0/+6
2017-10-09bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu2-0/+2
2017-10-08bpf: Use char in prog and map nameMartin KaFai Lau2-6/+6
2017-10-08net: phonet: mark phonet_protocol as constLin Zhang1-2/+4
2017-10-08net: phonet: mark header_ops as constLin Zhang1-1/+1
2017-10-08bpf: add helper bpf_perf_prog_read_valueYonghong Song1-1/+9
2017-10-08bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song1-2/+19
2017-10-08bpf: perf event change needed for subsequent bpf helpersYonghong Song1-2/+5
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche1-0/+1
2017-10-07ipv6: take care of rt6_statsWei Wang1-6/+9
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2-9/+17
2017-10-07ipv6: update fn_sernum after route is inserted to treeWei Wang1-0/+2
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang1-1/+0
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang1-1/+2
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang2-0/+15
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang2-0/+22
2017-10-07ipv6: introduce a new function fib6_update_sernum()Wei Wang1-0/+2
2017-10-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-1/+2
2017-10-07Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-1/+1
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet2-44/+52
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet1-14/+1
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet1-0/+18
2017-10-06net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches1-2/+2
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-61/+64
2017-10-06Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg87-386/+1653