Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c8d71d08aa23679f56e7072358383442c6ede352
/
net
c8d71d0
netfilter: ipv4: whitespace around operators
by Ian Morris
· 9 years ago
24cebe3
netfilter: ipv4: code indentation
by Ian Morris
· 9 years ago
6c28255
netfilter: ipv4: function definition layout
by Ian Morris
· 9 years ago
27951a0
netfilter: ipv4: ternary operator layout
by Ian Morris
· 9 years ago
19f0a60
netfilter: ipv4: label placement
by Ian Morris
· 9 years ago
008027c
netfilter: turn NF_HOOK into an inline function
by Arnd Bergmann
· 9 years ago
81b4325
netfilter: nf_queue: remove rcu_read_lock calls
by Florian Westphal
· 9 years ago
ed78d09
netfilter: make nf_queue_entry_get_refs return void
by Florian Westphal
· 9 years ago
2ffbceb
netfilter: remove hook owner refcounting
by Florian Westphal
· 9 years ago
8cbc870
netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicity
by Pablo Neira
· 9 years ago
336a3b3
netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()
by Pablo Neira Ayuso
· 9 years ago
dbb526e
netfilter: ipv6: pointer cast layout
by Ian Morris
· 9 years ago
4305ae4
netfilter: ip6_tables: improve if statements
by Ian Morris
· 9 years ago
544d9b1
netfilter: ip6_tables: ternary operator layout
by Ian Morris
· 9 years ago
f9527ea
netfilter: ipv6: whitespace around operators
by Ian Morris
· 9 years ago
7695495
netfilter: ipv6: code indentation
by Ian Morris
· 9 years ago
cda219c
netfilter: ip6_tables: function definition layout
by Ian Morris
· 9 years ago
6ac9461
netfilter: ip6_tables: label placement
by Ian Morris
· 9 years ago
7ceebfe
netfilter: nfqueue: don't use prev pointer
by Florian Westphal
· 9 years ago
914eebf
netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flag
by Ken-ichirou MATSUZAWA
· 9 years ago
c932245
netfilter: bridge: avoid unused label warning
by Arnd Bergmann
· 9 years ago
d53195c
Merge tag 'ipvs4-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next
by Pablo Neira Ayuso
· 9 years ago
4302f5e
nfnetlink_cttimeout: add rcu_barrier() on module removal
by Pablo Neira Ayuso
· 9 years ago
ae2d708
netfilter: conntrack: fix crash on timeout object removal
by Pablo Neira Ayuso
· 9 years ago
403d89a
netfilter: xt_CT: don't put back reference to timeout policy object
by Pablo Neira Ayuso
· 9 years ago
92240e8
ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}
by Simon Horman
· 9 years ago
ed1c9f0
ipvs: Remove possibly unused variable from ip_vs_out
by David Ahern
· 9 years ago
a29a9a5
netfilter: nfnetlink_log: allow to attach conntrack
by Ken-ichirou MATSUZAWA
· 9 years ago
224a059
netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct
by Ken-ichirou MATSUZAWA
· 9 years ago
83f3e94
netfilter: Kconfig rename QUEUE_CT to GLUE_CT
by Ken-ichirou MATSUZAWA
· 9 years ago
a4b4766
netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
by Ken-ichirou MATSUZAWA
· 9 years ago
b28b1e8
netfilter: nfnetlink_queue: use y2038 safe timestamp
by Pablo Neira Ayuso
· 9 years ago
2b5b1a0
Merge tag 'ipvs3-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next
by Pablo Neira Ayuso
· 9 years ago
32f40c5
netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
by Pablo Neira Ayuso
· 9 years ago
b7bd180
netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
by Pablo Neira Ayuso
· 9 years ago
e96f78a
tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets
by Eric Dumazet
· 9 years ago
754f1e6
sched, bpf: make skb->priority writable
by Daniel Borkmann
· 9 years ago
c46646d
sched, bpf: add helper for retrieving routing realms
by Daniel Borkmann
· 9 years ago
a91263d
ebpf: migrate bpf_prog's flags to bitfield
by Daniel Borkmann
· 9 years ago
9e8f4a5
switchdev: push object ID back to object structure
by Jiri Pirko
· 9 years ago
648b4a9
switchdev: bring back switchdev_obj and use it as a generic object param
by Jiri Pirko
· 9 years ago
52ba57c
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
by Jiri Pirko
· 9 years ago
8f24f30
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
by Jiri Pirko
· 9 years ago
1f86839
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
by Jiri Pirko
· 9 years ago
57d8083
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
by Jiri Pirko
· 9 years ago
e994b2f
tcp: do not lock listener to process SYN packets
by Eric Dumazet
· 9 years ago
92d6f17
tcp/dccp: add a reschedule point in inet_csk_listen_stop()
by Eric Dumazet
· 9 years ago
ef547f2
tcp: remove max_qlen_log
by Eric Dumazet
· 9 years ago
10cbc8f
tcp/dccp: remove struct listen_sock
by Eric Dumazet
· 9 years ago
ca6fb06
tcp: attach SYNACK messages to request sockets instead of listener
by Eric Dumazet
· 9 years ago
81b496b
tcp/dccp: shrink struct listen_sock
by Eric Dumazet
· 9 years ago
079096f
tcp/dccp: install syn_recv requests into ehash table
by Eric Dumazet
· 9 years ago
2feda34
tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument
by Eric Dumazet
· 9 years ago
aa3a0c8
tcp: get_openreq[46]() changes
by Eric Dumazet
· 9 years ago
9cfd086
tcp: remove BUG_ON() in tcp_check_req()
by Eric Dumazet
· 9 years ago
ba8e275
tcp: cleanup tcp_v[46]_inbound_md5_hash()
by Eric Dumazet
· 9 years ago
38cb524
tcp: call sk_mark_napi_id() on the child, not the listener
by Eric Dumazet
· 9 years ago
8d2675f
tcp: move synflood_warned into struct request_sock_queue
by Eric Dumazet
· 9 years ago
aac065c
tcp: move qlen/young out of struct listen_sock
by Eric Dumazet
· 9 years ago
fff1f30
tcp: add a spinlock to protect struct request_sock_queue
by Eric Dumazet
· 9 years ago
f6d3125
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
3deaa4f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
248234c
bridge: vlan: don't pass flags when creating context only
by Nikolay Aleksandrov
· 9 years ago
263344e
bridge: vlan: fix possible null ptr derefs on port init and deinit
by Nikolay Aleksandrov
· 9 years ago
77751ee
bridge: vlan: move pvid inside net_bridge_vlan_group
by Nikolay Aleksandrov
· 9 years ago
468e794
bridge: vlan: fix possible null vlgrp deref while registering new port
by Nikolay Aleksandrov
· 9 years ago
8af78b6
bridge: vlan: adjust rhashtable initial size and hash locks size
by Nikolay Aleksandrov
· 9 years ago
46c8217
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
b59f2e3
ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTL
by Eric W. Biederman
· 9 years ago
b84f787
net: Initialize flow flags in input path
by David Ahern
· 9 years ago
4bf1b54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
57a4753
net: dsa: fix preparation of a port STP update
by Vivien Didelot
· 9 years ago
b8d866a
net: dsa: fix preparation of a port STP update
by Vivien Didelot
· 9 years ago
21fdd09
net: Add support for filtering neigh dump by master device
by David Ahern
· 9 years ago
5172393
tcp: fix tcp_v6_md5_do_lookup prototype
by Eric Dumazet
· 9 years ago
ab06900
net: switchdev: abstract object in add/del ops
by Vivien Didelot
· 9 years ago
25f07ad
net: switchdev: pass callback to dump operation
by Vivien Didelot
· 9 years ago
03d5fb1
net: switchdev: remove dev from switchdev_obj cb
by Vivien Didelot
· 9 years ago
e02a06b
net: switchdev: move dev in switchdev_fdb_dump
by Vivien Didelot
· 9 years ago
e23b002
net: switchdev: remove dev in port_vlan_dump_put
by Vivien Didelot
· 9 years ago
8e1ed70
net: Replace calls to vrf_dev_get_rth
by David Ahern
· 9 years ago
3236b00
net: Replace vrf_dev_table and friends
by David Ahern
· 9 years ago
385add9
net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents
by David Ahern
· 9 years ago
1b69c6d
net: Introduce L3 Master device abstraction
by David Ahern
· 9 years ago
007979e
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
by David Ahern
· 9 years ago
0536fcc
tcp: prepare fastopen code for upcoming listener changes
by Eric Dumazet
· 9 years ago
2985aaa
tcp: constify tcp_syn_flood_action() socket argument
by Eric Dumazet
· 9 years ago
f964629
tcp: constify tcp_v{4|6}_route_req() sock argument
by Eric Dumazet
· 9 years ago
3f684b4
tcp: cookie_init_sequence() cleanups
by Eric Dumazet
· 9 years ago
0c27171
tcp/dccp: constify syn_recv_sock() method sock argument
by Eric Dumazet
· 9 years ago
c28c6f0
tcp: constify tcp_create_openreq_child() socket argument
by Eric Dumazet
· 9 years ago
54105f9
dccp: constify dccp_create_openreq_child() sock argument
by Eric Dumazet
· 9 years ago
1ce31c9
inet: constify __inet_inherit_port() sock argument
by Eric Dumazet
· 9 years ago
a2432c4
inet: constify inet_csk_route_child_sock() socket argument
by Eric Dumazet
· 9 years ago
f76b33c
dccp: use inet6_csk_route_req() helper
by Eric Dumazet
· 9 years ago
72ab4a8
tcp: remove tcp_rcv_state_process() tcp_hdr argument
by Eric Dumazet
· 9 years ago
bda07a6
tcp: remove unused len argument from tcp_rcv_state_process()
by Eric Dumazet
· 9 years ago
a00e744
tcp/dccp: constify send_synack and send_reset socket argument
by Eric Dumazet
· 9 years ago
31b33df
skbuff: Fix skb checksum partial check.
by Pravin B Shelar
· 9 years ago
0d75396
net: Remove martian_source_keep_err goto label
by David Ahern
· 9 years ago
Next »