Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
18093d1c0d1e032142ee24825678b0a8977d74ba
/
net
6d02294
tipc: Use default rhashtable hashfn
by Herbert Xu
· 10 years ago
11b58ba
netlink: Use default rhashtable hashfn
by Herbert Xu
· 10 years ago
40451fd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
682f048
af_packet: pass checksum validation status to the user
by Alexander Drozdov
· 10 years ago
68c2e5d
af_packet: make tpacket_rcv to not set status value before run_filter
by Alexander Drozdov
· 10 years ago
c697366
inet: fix double request socket freeing
by Fan Du
· 10 years ago
b6f15f8
fib_trie: Fix regression in handling of inflate/halve failure
by Alexander Duyck
· 10 years ago
443b599
net: Move the comment about unsettable socket-level options to default clause and update its reference.
by YOSHIFUJI Hideaki/吉藤英明
· 10 years ago
52036a4
ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets
by Eric Dumazet
· 10 years ago
85645ba
ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets
by Eric Dumazet
· 10 years ago
2215089
ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets
by Eric Dumazet
· 10 years ago
26e3736
ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets
by Eric Dumazet
· 10 years ago
b282705
net: convert syn_wait_lock to a spinlock
by Eric Dumazet
· 10 years ago
8b929ab
inet: remove some sk_listener dependencies
by Eric Dumazet
· 10 years ago
42cb80a
inet: remove sk_listener parameter from syn_ack_timeout()
by Eric Dumazet
· 10 years ago
2b41fab
inet: cache listen_sock_qlen() and read rskq_defer_accept once
by Eric Dumazet
· 10 years ago
558d51f
switchdev: fix stp update API to work with layered netdevices
by Roopa Prabhu
· 10 years ago
08b4b8e
net: clear skb->priority when forwarding to another netns
by WANG Cong
· 10 years ago
0345f93
net: socket: add support for async operations
by tadeusz.struk@intel.com
· 10 years ago
e35158e
netfilter: ip6t_REJECT: check for IP6T_F_PROTO
by Pablo Neira Ayuso
· 10 years ago
55df35d
netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval sets
by Patrick McHardy
· 10 years ago
16c45ed
netfilter: nft_rbtree: fix locking
by Patrick McHardy
· 10 years ago
8d04516
netfilter: bridge: kill nf_bridge_pad
by Florian Westphal
· 10 years ago
8f2ddaa
netlink: Remove netlink_compare_arg.trailer
by Herbert Xu
· 10 years ago
8da8646
net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state.
by YOSHIFUJI Hideaki/吉藤英明
· 10 years ago
c6f1507
net: dsa: make NET_DSA manually selectable from the config
by Mathieu Olivari
· 10 years ago
d3593b5
Revert "selinux: add a skb_owned_by() hook"
by Eric Dumazet
· 10 years ago
a8cb5f5
act_bpf: add initial eBPF support for actions
by Daniel Borkmann
· 10 years ago
94caee8
ebpf: add sched_act_type and map it to sk_filter's verifier ops
by Daniel Borkmann
· 10 years ago
0fa74a4b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
4de930e
net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom
by Al Viro
· 10 years ago
91edd09
net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour
by Catalin Marinas
· 10 years ago
6cca7289
tipc: Use inlined rhashtable interface
by Herbert Xu
· 10 years ago
fa37732
netfilter: Convert nft_hash to inlined rhashtable
by Herbert Xu
· 10 years ago
c428ecd
netlink: Move namespace into hash key
by Herbert Xu
· 10 years ago
0b8c707
ebpf, filter: do not convert skb->protocol to host endianess during runtime
by Daniel Borkmann
· 10 years ago
c4a6853
ipv6: invert join/leave anycast rtnl/socket locking order
by Marcelo Ricardo Leitner
· 10 years ago
d22e153
tcp: fix tcp fin memory accounting
by Josh Hunt
· 10 years ago
73ba57b
ipv6: fix backtracking for throw routes
by Steven Barth
· 10 years ago
8e199df
ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragment
by Sabrina Dubroca
· 10 years ago
becb74f
net: increase sk_[max_]ack_backlog
by Eric Dumazet
· 10 years ago
fa76ce73
inet: get rid of central tcp/dccp listener timer
by Eric Dumazet
· 10 years ago
52452c5
inet: drop prev pointer handling in request sock
by Eric Dumazet
· 10 years ago
446981e
tipc: fix build issue when building without IPv6
by Marcelo Ricardo Leitner
· 10 years ago
970282d
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
47226fe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
f2f8036
tipc: add support for connect() on dgram/rdm sockets
by Erik Hugne
· 10 years ago
3bd88ee
tipc: do not report -EHOSTUNREACH for failed local delivery
by Erik Hugne
· 10 years ago
18d6c58
tipc: remove redundant call to tipc_node_remove_conn
by Erik Hugne
· 10 years ago
ea6edfb
mac802154: fix typo in header guard
by Nicolas Iooss
· 10 years ago
af61576
bridge: add ageing_time, stp_state, priority over netlink
by Jörg Thalheim
· 10 years ago
99c4a26
net: Fix high overhead of vlan sub-device teardown.
by David S. Miller
· 10 years ago
738e6d3
inet: add a schedule point in inet_twsk_purge()
by Eric Dumazet
· 10 years ago
db24a90
net: add support for phys_port_name
by David Ahern
· 10 years ago
54ff9ef
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
by Marcelo Ricardo Leitner
· 10 years ago
baf606d
ipv4,ipv6: grab rtnl before locking the socket
by Marcelo Ricardo Leitner
· 10 years ago
08d2cc3b
inet: request sock should init IPv6/IPv4 addresses
by Eric Dumazet
· 10 years ago
b4d6444
inet: get rid of last __inet_hash_connect() argument
by Eric Dumazet
· 10 years ago
77a6a47
ipv6: get rid of __inet6_hash()
by Eric Dumazet
· 10 years ago
d1e559d
inet: add IPv6 support to sk_ehashfn()
by Eric Dumazet
· 10 years ago
5b441f7
net: introduce sk_ehashfn() helper
by Eric Dumazet
· 10 years ago
6eada01
netns: constify net_hash_mix() and various callers
by Eric Dumazet
· 10 years ago
822b3b2
net: Add max rate tx queue attribute
by John Fastabend
· 10 years ago
446c89a
tipc: Use rhashtable max/min_size instead of max/min_shift
by Herbert Xu
· 10 years ago
b06eee5
netlink: Use rhashtable max_size instead of max_shift
by Herbert Xu
· 10 years ago
ffdb210
netfilter: nf_tables: consolidate error path of nf_tables_newtable()
by Pablo Neira Ayuso
· 10 years ago
1ca9e41
netfilter: Remove uses of seq_<foo> return values
by Joe Perches
· 10 years ago
63511f6d
Bluetooth: Fix potential NULL dereference in SMP channel setup
by Marcel Holtmann
· 10 years ago
ced585c
act_bpf: allow non-default TC_ACT opcodes as BPF exec outcome
by Daniel Borkmann
· 10 years ago
2b9bb7f
tipc: withdraw tipc topology server name when namespace is deleted
by Ying Xue
· 10 years ago
8460504
tipc: fix a potential deadlock when nametable is purged
by Ying Xue
· 10 years ago
76100a8
tipc: fix netns refcnt leak
by Ying Xue
· 10 years ago
0470c8c
inet: fix request sock refcounting
by Eric Dumazet
· 10 years ago
e3d95ad
inet: avoid fastopen lock for regular accept()
by Eric Dumazet
· 10 years ago
9439ce0
tcp: rename struct tcp_request_sock listener
by Eric Dumazet
· 10 years ago
4e9a578
inet: add rsk_listener field to struct request_sock
by Eric Dumazet
· 10 years ago
e49bb33
inet: uninline inet_reqsk_alloc()
by Eric Dumazet
· 10 years ago
407640d
inet: add sk_listener argument to inet_reqsk_alloc()
by Eric Dumazet
· 10 years ago
7970ddc
tcp: uninline tcp_oow_rate_limited()
by Eric Dumazet
· 10 years ago
1bfc443
tcp: move tcp_openreq_init() to tcp_input.c
by Eric Dumazet
· 10 years ago
a940700
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
by Eric Dumazet
· 10 years ago
8b58014
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
by Eric Dumazet
· 10 years ago
a839923
netfilter: use sk_fullsock() helper
by Eric Dumazet
· 10 years ago
c249739
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
by Alexei Starovoitov
· 10 years ago
cb7cf8a
inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()
by Eric Dumazet
· 10 years ago
3735556
ip6_tunnel: fix error code when tunnel exists
by Nicolas Dichtel
· 10 years ago
19c5ce9
Bluetooth: Add workaround for broken OS X legacy SMP pairing
by Johan Hedberg
· 10 years ago
4d272f9
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
fa4335d
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
by Johan Hedberg
· 10 years ago
88b94ce
Bluetooth: Add hdev_init callback for HCI channels
by Johan Hedberg
· 10 years ago
a380b6c
Bluetooth: Add generic mgmt helper API
by Johan Hedberg
· 10 years ago
333ae95
Bluetooth: Add channel parameter to mgmt_pending_find() API
by Johan Hedberg
· 10 years ago
d0f172b
Bluetooth: Add helper to get HCI channel of a socket
by Johan Hedberg
· 10 years ago
07d2334
Bluetooth: Add simultaneous dual mode scan
by Jakub Pawlowski
· 10 years ago
812abb1
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
by Jakub Pawlowski
· 10 years ago
72000df
Bluetooth: Add support for Local OOB Extended Data Update events
by Marcel Holtmann
· 10 years ago
5425f98
Bluetooth: Fix length for Read Local OOB Extended Data respone packet
by Marcel Holtmann
· 10 years ago
9f1ab18
tcp_metrics: fix wrong lockdep annotations
by Eric Dumazet
· 10 years ago
bd76a11
dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA
by Jiri Pirko
· 10 years ago
c243d7e
net: kernel socket should be released in init_net namespace
by Ying Xue
· 10 years ago
Next »