OSDN Git Service

android-x86/kernel.git
2018-10-15 John Fastabendbpf: bpftool, add support for attaching programs to...
2018-10-15 Alexei StarovoitovMerge branch 'ipv6_sk_lookup_fixes'
2018-10-15 Joe Stringerbpf: Fix IPv6 dport byte-order in bpf_sk_lookup
2018-10-15 Joe Stringerbpf: Allow sk_lookup with IPv6 module
2018-10-15 Alexei StarovoitovMerge branch 'sockmap_and_ktls'
2018-10-15 Daniel Borkmannbpf, doc: add maintainers entry to related files
2018-10-15 John Fastabendbpf: add tls support for testing in test_sockmap
2018-10-15 John Fastabendtls: add bpf support to sk_msg handling
2018-10-15 John Fastabendtls: replace poll implementation with read hook
2018-10-15 Daniel Borkmanntls: convert to generic sk_msg interface
2018-10-15 Daniel Borkmannbpf, sockmap: convert to generic sk_msg interface
2018-10-15 Daniel Borkmanntcp, ulp: remove ulp bits from sockmap
2018-10-15 Daniel Borkmanntcp, ulp: enforce sock_owned_by_me upon ulp init and...
2018-10-14 Joe Stringerbpf: Fix dev pointer dereference from sk_skb
2018-10-13 Daniel Colascionebpf: wait for running BPF programs when updating map...
2018-10-11 Anders Roxellselftests: bpf: install script with_addr.sh
2018-10-11 Anders Roxellselftests: bpf: add config fragment LWTUNNEL
2018-10-11 Jiri Olsabpftool: Allow add linker flags via EXTRA_LDFLAGS variable
2018-10-11 Jiri Olsabpftool: Allow to add compiler flags via EXTRA_CFLAGS...
2018-10-10 Yonghong Songtools/bpf: use proper type and uapi perf_event.h header...
2018-10-10 Alexei StarovoitovMerge branch 'xdp-vlan'
2018-10-10 Jesper Dangaard... selftests/bpf: add XDP selftests for modifying and...
2018-10-10 Jesper Dangaard... bpf: make TC vlan bpf_helpers avail to selftests
2018-10-10 Jesper Dangaard... net: fix generic XDP to handle if eth header was mangled
2018-10-10 Alexei StarovoitovMerge branch 'unsupported-map-lookup'
2018-10-10 Prashant Bholeselftests/bpf: test_verifier, check bpf_map_lookup_elem...
2018-10-10 Prashant Bholeselftests/bpf: test_verifier, change names of fixup...
2018-10-10 Prashant Bholetools/bpf: bpftool, print strerror when map lookup...
2018-10-10 Prashant Bholetools/bpf: bpftool, split the function do_dump()
2018-10-10 Prashant Bholebpf: return EOPNOTSUPP when map lookup isn't supported
2018-10-10 Prashant Bholebpf: error handling when map_lookup_elem isn't supported
2018-10-10 Wenwen Wangbpf: btf: Fix a missing check bug
2018-10-09 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2018-10-09 David S. MillerMerge git://git./linux/kernel/git/pablo/nf-next
2018-10-08 Arnd Bergmannbpf: fix building without CONFIG_INET
2018-10-08 Nathan Chancellornetfilter: xt_quota: Don't use aligned attribute in...
2018-10-08 Ioana Ciocoi... dpaa2-eth: Don't account Tx confirmation frames on...
2018-10-08 YueHaibingnet: mscc: ocelot: remove set but not used variable...
2018-10-08 David S. MillerMerge branch 'more-pmtu-selftests'
2018-10-08 Sabrina Dubrocaselftests: pmtu: add basic IPv4 and IPv6 PMTU tests
2018-10-08 Sabrina Dubrocaselftests: pmtu: extend MTU parsing helper to locked MTU
2018-10-08 Stefano Brivioselftests: pmtu: Introduce check_pmtu_value()
2018-10-08 Gustavo A.... isdn/gigaset/isocdata: mark expected switch fall-through
2018-10-08 David S. MillerMerge branch 'rtnetlink-Add-support-for-rigid-checking...
2018-10-08 David Ahernrtnetlink: Update rtnl_fdb_dump for strict data checking
2018-10-08 David Ahernrtnetlink: Move input checking for rtnl_fdb_dump to...
2018-10-08 David Ahernnet/bridge: Update br_mdb_dump for strict data checking
2018-10-08 David Ahernnet: Update netconf dump handlers for strict data checking
2018-10-08 David Ahernnet/ipv6: Update ip6addrlbl_dump for strict data checking
2018-10-08 David Ahernnet/fib_rules: Update fib_nl_dumprule for strict data...
2018-10-08 David Ahernnet/namespace: Update rtnl_net_dumpid for strict data...
2018-10-08 David Ahernnet/neighbor: Update neightbl_dump_info for strict...
2018-10-08 David Ahernnet/neighbor: Update neigh_dump_info for strict data...
2018-10-08 David Ahernrtnetlink: Update fib dumps for strict data checking
2018-10-08 David Ahernrtnetlink: Update ipmr_rtm_dumplink for strict data...
2018-10-08 David Ahernrtnetlink: Update inet6_dump_ifinfo for strict data...
2018-10-08 David Ahernrtnetlink: Update rtnl_stats_dump for strict data checking
2018-10-08 David Ahernrtnetlink: Update rtnl_bridge_getlink for strict data...
2018-10-08 David Ahernrtnetlink: Update rtnl_dump_ifinfo for strict data...
2018-10-08 David Ahernnet/ipv6: Update inet6_dump_addr for strict data checking
2018-10-08 David Ahernnet/ipv4: Update inet_dump_ifaddr for strict data checking
2018-10-08 David Ahernnetlink: Add new socket option to enable strict checkin...
2018-10-08 David Ahernnet/ipv6: Refactor address dump to push inet6_fill_args...
2018-10-08 David Ahernnetlink: Add strict version of nlmsg_parse and nla_parse
2018-10-08 David Ahernnet: Add extack to nlmsg_parse
2018-10-08 David Ahernnetlink: Add extack message to nlmsg_parse for invalid...
2018-10-08 David Ahernnetlink: Pass extack to dump handlers
2018-10-08 Gustavo A.... isdn/gigaset: mark expected switch fall-throughs
2018-10-08 David S. MillerMerge branch 'net-sched-cls_u32-Various-improvements'
2018-10-08 Al Vironet: sched: cls_u32: simplify the hell out u32_delete...
2018-10-08 Al Vironet: sched: cls_u32: keep track of knodes count in...
2018-10-08 Al Vironet: sched: cls_u32: get rid of tp_c
2018-10-08 Al Vironet: sched: cls_u32: the tp_c argument of u32_set_parms...
2018-10-08 Al Vironet: sched: cls_u32: pass tc_u_common to u32_set_parms...
2018-10-08 Al Vironet: sched: cls_u32: clean tc_u_common hashtable
2018-10-08 Al Vironet: sched: cls_u32: get rid of tc_u_common ->rcu
2018-10-08 Al Vironet: sched: cls_u32: get rid of tc_u_knode ->tp
2018-10-08 Al Vironet: sched: cls_u32: get rid of unused argument of...
2018-10-08 Al Vironet: sched: cls_u32: make sure that divisor is a power...
2018-10-08 Al Vironet: sched: cls_u32: disallow linking to root hnode
2018-10-08 Al Vironet: sched: cls_u32: mark root hnode explicitly
2018-10-08 David S. MillerMerge branch 'net-phy-mscc-add-support-for-VSC8584...
2018-10-08 Quentin Schulznet: phy: mscc: add support for VSC8574 PHY
2018-10-08 Quentin Schulznet: phy: mscc: add support for VSC8584 PHY
2018-10-08 Quentin Schulzdt-bindings: net: vsc8531: add two additional LED modes...
2018-10-08 David S. MillerMerge branch 'net-phy-mscc-various-improvements-to...
2018-10-08 Quentin Schulznet: phy: mscc: remove unneeded temporary variable
2018-10-08 Quentin Schulznet: phy: mscc: shorten `x != 0` condition to `x`
2018-10-08 Quentin Schulznet: phy: mscc: remove unneeded parenthesis
2018-10-08 Raju Lakkarajunet: phy: mscc: Add EEE init sequence
2018-10-08 Raju Lakkarajunet: phy: mscc: add ethtool statistics counters
2018-10-08 Quentin Schulznet: phy: mscc: migrate to phy_select/restore_page...
2018-10-08 Yangbo Lunet: dpaa2: fix and improve dpaa2-ptp driver
2018-10-08 Yangbo Lunet: dpaa2: remove unused code for dprtc
2018-10-08 Yangbo Lunet: dpaa2: rename rtc as ptp in dpaa2-ptp driver
2018-10-08 Yangbo Lunet: dpaa2: fix dependency of config FSL_DPAA2_ETH
2018-10-08 Yangbo LuMAINTAINERS: update files maintained under DPAA2 PTP...
2018-10-08 Yangbo Lunet: dpaa2: move DPAA2 PTP driver out of staging/
2018-10-08 Daniel BorkmannMerge branch 'bpf-to-bpf-calls-nfp'
2018-10-08 Quentin Monnetbpf: allow offload of programs with BPF-to-BPF function...
next