index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
gtp.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-15
tcp, ulp: remove ulp bits from sockmap
Daniel Borkmann
3
-88
/
+23
2018-10-15
tcp, ulp: enforce sock_owned_by_me upon ulp init and cleanup
Daniel Borkmann
1
-0
/
+4
2018-10-13
bpf: Fix dev pointer dereference from sk_skb
Joe Stringer
1
-1
/
+4
2018-10-12
bpf: wait for running BPF programs when updating map-in-map
Daniel Colascione
1
-0
/
+13
2018-10-11
selftests: bpf: install script with_addr.sh
Anders Roxell
1
-0
/
+2
2018-10-11
selftests: bpf: add config fragment LWTUNNEL
Anders Roxell
1
-0
/
+1
2018-10-11
bpftool: Allow add linker flags via EXTRA_LDFLAGS variable
Jiri Olsa
1
-1
/
+4
2018-10-11
bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable
Jiri Olsa
1
-0
/
+4
2018-10-09
tools/bpf: use proper type and uapi perf_event.h header for libbpf
Yonghong Song
2
-5
/
+5
2018-10-09
selftests/bpf: add XDP selftests for modifying and popping VLAN headers
Jesper Dangaard Brouer
3
-2
/
+491
2018-10-09
bpf: make TC vlan bpf_helpers avail to selftests
Jesper Dangaard Brouer
1
-0
/
+4
2018-10-09
net: fix generic XDP to handle if eth header was mangled
Jesper Dangaard Brouer
1
-0
/
+14
2018-10-09
selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf prog
Prashant Bhole
1
-1
/
+120
2018-10-09
selftests/bpf: test_verifier, change names of fixup maps
Prashant Bhole
1
-190
/
+190
2018-10-09
tools/bpf: bpftool, print strerror when map lookup error occurs
Prashant Bhole
1
-5
/
+24
2018-10-09
tools/bpf: bpftool, split the function do_dump()
Prashant Bhole
1
-34
/
+49
2018-10-09
bpf: return EOPNOTSUPP when map lookup isn't supported
Prashant Bhole
4
-4
/
+4
2018-10-09
bpf: error handling when map_lookup_elem isn't supported
Prashant Bhole
1
-2
/
+7
2018-10-09
bpf: btf: Fix a missing check bug
Wenwen Wang
1
-0
/
+3
2018-10-09
bpf: fix building without CONFIG_INET
Arnd Bergmann
1
-2
/
+8
2018-10-09
netfilter: xt_quota: Don't use aligned attribute in sizeof
Nathan Chancellor
1
-1
/
+1
2018-10-08
dpaa2-eth: Don't account Tx confirmation frames on NAPI poll
Ioana Ciocoi Radulescu
2
-26
/
+47
2018-10-08
net: mscc: ocelot: remove set but not used variable 'phy_mode'
YueHaibing
1
-3
/
+0
2018-10-08
selftests: pmtu: add basic IPv4 and IPv6 PMTU tests
Sabrina Dubroca
1
-4
/
+203
2018-10-08
selftests: pmtu: extend MTU parsing helper to locked MTU
Sabrina Dubroca
1
-0
/
+2
2018-10-08
selftests: pmtu: Introduce check_pmtu_value()
Stefano Brivio
1
-27
/
+22
2018-10-08
isdn/gigaset/isocdata: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-10-08
rtnetlink: Update rtnl_fdb_dump for strict data checking
David Ahern
1
-2
/
+60
2018-10-08
rtnetlink: Move input checking for rtnl_fdb_dump to helper
David Ahern
1
-20
/
+33
2018-10-08
net/bridge: Update br_mdb_dump for strict data checking
David Ahern
1
-0
/
+30
2018-10-08
net: Update netconf dump handlers for strict data checking
David Ahern
3
-7
/
+55
2018-10-08
net/ipv6: Update ip6addrlbl_dump for strict data checking
David Ahern
1
-1
/
+33
2018-10-08
net/fib_rules: Update fib_nl_dumprule for strict data checking
David Ahern
1
-1
/
+35
2018-10-08
net/namespace: Update rtnl_net_dumpid for strict data checking
David Ahern
1
-0
/
+6
2018-10-08
net/neighbor: Update neightbl_dump_info for strict data checking
David Ahern
1
-3
/
+35
2018-10-08
net/neighbor: Update neigh_dump_info for strict data checking
David Ahern
1
-15
/
+67
2018-10-08
rtnetlink: Update fib dumps for strict data checking
David Ahern
6
-2
/
+74
2018-10-08
rtnetlink: Update ipmr_rtm_dumplink for strict data checking
David Ahern
1
-0
/
+32
2018-10-08
rtnetlink: Update inet6_dump_ifinfo for strict data checking
David Ahern
1
-0
/
+35
2018-10-08
rtnetlink: Update rtnl_stats_dump for strict data checking
David Ahern
1
-2
/
+22
2018-10-08
rtnetlink: Update rtnl_bridge_getlink for strict data checking
David Ahern
1
-13
/
+57
2018-10-08
rtnetlink: Update rtnl_dump_ifinfo for strict data checking
David Ahern
1
-30
/
+83
2018-10-08
net/ipv6: Update inet6_dump_addr for strict data checking
David Ahern
1
-10
/
+59
2018-10-08
net/ipv4: Update inet_dump_ifaddr for strict data checking
David Ahern
1
-11
/
+61
2018-10-08
netlink: Add new socket option to enable strict checking on dumps
David Ahern
4
-1
/
+23
2018-10-08
net/ipv6: Refactor address dump to push inet6_fill_args to in6_dump_addrs
David Ahern
1
-27
/
+30
2018-10-08
netlink: Add strict version of nlmsg_parse and nla_parse
David Ahern
2
-12
/
+53
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
12
-17
/
+21
2018-10-08
netlink: Add extack message to nlmsg_parse for invalid header length
David Ahern
1
-1
/
+3
2018-10-08
netlink: Pass extack to dump handlers
David Ahern
2
-1
/
+12
[next]