Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ec036eb92e34298871c45ae6469cd8f7bb56c30e
/
net
1ed1ccb
net: bridge: export supported boolopts
by Nikolay Aleksandrov
· 6 years ago
70e4272
net: bridge: add no_linklocal_learn bool option
by Nikolay Aleksandrov
· 6 years ago
a428afe
net: bridge: add support for user-controlled bool options
by Nikolay Aleksandrov
· 6 years ago
4afe60a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
4bffc66
net: remove unsafe skb_insert()
by Eric Dumazet
· 6 years ago
40b1c81
net: bridge: remove redundant checks for null p->dev and p->br
by Colin Ian King
· 6 years ago
b1bf78b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
857fa62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
ab4a168
rocker, dsa, ethsw: Don't filter VLAN events on bridge itself
by Petr Machata
· 6 years ago
d17d9f5
switchdev: Replace port obj add/del SDO with a notification
by Petr Machata
· 6 years ago
f30f060
switchdev: Add helpers to aid traversal through lower devices
by Petr Machata
· 6 years ago
2b239f6
net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL
by Petr Machata
· 6 years ago
a93e3b1
switchdev: Add a blocking notifier chain
by Petr Machata
· 6 years ago
c7674c0
net/smc: unregister rkeys of unused buffer
by Karsten Graul
· 6 years ago
60e03c6
net/smc: add infrastructure to send delete rkey messages
by Karsten Graul
· 6 years ago
4600cfc
net/smc: avoid a delay by waiting for nothing
by Karsten Graul
· 6 years ago
587e41d
net/smc: cleanup listen worker mutex unlocking
by Ursula Braun
· 6 years ago
2b59f58
net/smc: short wait for late smc_clc_wait_msg
by Ursula Braun
· 6 years ago
90d8b29
net/smc: no link delete for a never active link
by Ursula Braun
· 6 years ago
9ed2855
net/smc: allow fallback after clc timeouts
by Ursula Braun
· 6 years ago
6ae36bf
net/smc: remove sock_error detour in clc-functions
by Ursula Braun
· 6 years ago
3f3f0e3
net/smc: make smc_lgr_free() static
by Ursula Braun
· 6 years ago
263ffae
net/smc: cleanup tcp_listen_worker initialization
by Ursula Braun
· 6 years ago
42519ed
net-gro: use ffs() to speedup napi_gro_flush()
by Eric Dumazet
· 6 years ago
7c98a42
Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
484afd1
net/sched: act_police: add missing spinlock initialization
by Davide Caratti
· 6 years ago
605108a
net: don't keep lonely packets forever in the gro hash
by Paolo Abeni
· 6 years ago
896585d
net/ipv6: re-do dad when interface has IFF_NOARP flag change
by Hangbin Liu
· 6 years ago
5cd8d46
packet: copy user buffers before orphan or clone
by Willem de Bruijn
· 6 years ago
f11216b
bpf: add skb->tstamp r/w access from tc clsact and cg skb progs
by Vlad Dumitrescu
· 6 years ago
085ddc8
bridge: Allow querying bridge port flags
by Ido Schimmel
· 6 years ago
e438bae
net/smc: use after free fix in smc_wr_tx_put_slot()
by Ursula Braun
· 6 years ago
b9a22dd
net/smc: atomic SMCD cursor handling
by Ursula Braun
· 6 years ago
0512f69
net/smc: add SMC-D shutdown signal
by Hans Wippel
· 6 years ago
ee05ff7
net/smc: use queue pair number when matching link group
by Karsten Graul
· 6 years ago
f07920a
net/smc: abort CLC connection in smc_release
by Hans Wippel
· 6 years ago
86de592
tcp: defer SACK compression after DupThresh
by Eric Dumazet
· 6 years ago
b5dd186
net: skb_scrub_packet(): Scrub offload_fwd_mark
by Petr Machata
· 6 years ago
f2cbd48
net/sched: act_police: fix race condition on state variables
by Davide Caratti
· 6 years ago
cadf9df
tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP coalescing
by Stephen Mallon
· 6 years ago
ade9628
tcp: drop dst in tcp_add_backlog()
by Eric Dumazet
· 6 years ago
b2c8510
ipv4: Don't try to print ASCII of link level header in martian dumps.
by David S. Miller
· 6 years ago
6b015a5
net_sched: sch_fq: avoid calling ktime_get_ns() if not needed
by Eric Dumazet
· 6 years ago
068ceb3
net: sched: cls_u32: add res to offload information
by Jakub Kicinski
· 6 years ago
e49efd5
net: sched: gred: support reporting stats from offloads
by Jakub Kicinski
· 6 years ago
890d8d2
net: sched: gred: add basic Qdisc offload
by Jakub Kicinski
· 6 years ago
6f9a506
net: skb_scrub_packet(): Scrub offload_fwd_mark
by Petr Machata
· 6 years ago
e1e4647
sctp: not increase stream's incnt before sending addstrm_in request
by Xin Long
· 6 years ago
69fec32
Revert "sctp: remove sctp_transport_pmtu_check"
by Xin Long
· 6 years ago
cc3ccf2
sctp: not allow to set asoc prsctp_enable by sockopt
by Xin Long
· 6 years ago
02968cc
sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit
by Xin Long
· 6 years ago
480ba9c
sctp: add sockopt SCTP_EVENT
by Xin Long
· 6 years ago
88ee48c
sctp: rename enum sctp_event to sctp_event_type
by Xin Long
· 6 years ago
a1e3a05
sctp: add subscribe per asoc
by Xin Long
· 6 years ago
2cc0eeb
sctp: define subscribe in sctp_sock as __u16
by Xin Long
· 6 years ago
f2be6d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f2ce106
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
7e241f6
libceph: fall back to sendmsg for slab pages
by Ilya Dryomov
· 6 years ago
7ddacfa
ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
by David Ahern
· 6 years ago
1c1274a
tipc: don't assume linear buffer when reading ancillary data
by Jon Maloy
· 6 years ago
adba75b
tipc: fix lockdep warning when reinitilaizing sockets
by Jon Maloy
· 6 years ago
33d9a2c
net-gro: reset skb->pkt_type in napi_reuse_skb()
by Eric Dumazet
· 6 years ago
16f7eb2
ip_tunnel: don't force DF when MTU is locked
by Sabrina Dubroca
· 6 years ago
9d332e69c
net: bridge: fix vlan stats use-after-free on destruction
by Nikolay Aleksandrov
· 6 years ago
9550658
socket: do a generic_file_splice_read when proto_ops has no splice_read
by Slavomir Kaslev
· 6 years ago
8d951a7
net/ncsi: Configure multi-package, multi-channel modes with failover
by Samuel Mendoza-Jonas
· 6 years ago
2878a2c
net/ncsi: Reset channel state in ncsi_start_dev()
by Samuel Mendoza-Jonas
· 6 years ago
0b970e1
net/ncsi: Don't mark configured channels inactive
by Samuel Mendoza-Jonas
· 6 years ago
cd09ab0
net/ncsi: Don't deselect package in suspend if active
by Samuel Mendoza-Jonas
· 6 years ago
8e13f70
net/ncsi: Probe single packages to avoid conflict
by Samuel Mendoza-Jonas
· 6 years ago
60ab49b
net/ncsi: Don't enable all channels when HWA available
by Samuel Mendoza-Jonas
· 6 years ago
e8bd8fc
tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS
by Yousuk Seung
· 6 years ago
7211101
net: sched: gred: allow manipulating per-DP RED flags
by Jakub Kicinski
· 6 years ago
25fc198
net: sched: gred: store red flags per virtual queue
by Jakub Kicinski
· 6 years ago
80e22e9
net: sched: gred: provide a better structured dump and expose stats
by Jakub Kicinski
· 6 years ago
9f5cd0c
net: sched: gred: store bytesin as a 64 bit value
by Jakub Kicinski
· 6 years ago
4777be0
net: sched: gred: use extack to provide more details on configuration errors
by Jakub Kicinski
· 6 years ago
79c59fe
net: sched: gred: pass extack to nla_parse_nested()
by Jakub Kicinski
· 6 years ago
255f480
net: sched: gred: separate error and non-error path in gred_change()
by Jakub Kicinski
· 6 years ago
9c48060
udp: fix jump label misuse
by Paolo Abeni
· 6 years ago
37342bd
etf: Drop all expired packets
by Jesus Sanchez-Palencia
· 6 years ago
cbeeb8e
etf: Split timersortedlist_erase()
by Jesus Sanchez-Palencia
· 6 years ago
09fd486
etf: Use cached rb_root
by Jesus Sanchez-Palencia
· 6 years ago
3fcbdae
etf: Cancel timer if there are no pending skbs
by Jesus Sanchez-Palencia
· 6 years ago
213d776
tcp: clean up STATE_TRACE
by Yafang Shao
· 6 years ago
5594923
Merge tag 'batadv-net-for-davem-20181114' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 6 years ago
19ab691
net/sched: act_pedit: fix memory leak when IDR allocation fails
by Davide Caratti
· 6 years ago
32764c66f
net: 8021q: move vlan offload registrations into vlan_core
by Jiri Pirko
· 6 years ago
761f602
ipv6: fix a dst leak when removing its exception
by Xin Long
· 6 years ago
99310e7
net/decnet: add missing indentation
by Colin Ian King
· 6 years ago
7f600f1
net: remove unused skb_send_sock()
by Cong Wang
· 6 years ago
0c4b2d3
net: remove VLAN_TAG_PRESENT
by Michał Mirosław
· 6 years ago
9c21225
net/bpf: split VLAN_PRESENT bit handling from VLAN_TCI
by Michał Mirosław
· 6 years ago
6c49e65
bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
by Andrey Ignatov
· 6 years ago
cac6cc2
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
by Andrey Ignatov
· 6 years ago
5aa25c0
Merge tag 'batadv-next-for-davem-20181114' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 6 years ago
45cf795
net: slightly optimize eth_type_trans
by Li RongQing
· 6 years ago
982c17b
net: remove BUG_ON from __pskb_pull_tail
by Li RongQing
· 6 years ago
08e14fe
net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flows
by Eric Dumazet
· 6 years ago
5c72299
net: sched: cls_flower: Classify packets using port ranges
by Amritha Nambiar
· 6 years ago
Next »