Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
37ebb5fa6fc9be0eb80dcd3d17984cc36006a21c
/
net
4e6d472
tls: Add support for inplace records encryption
by Vakul Garg
· 6 years ago
00538ba
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 6 years ago
e4a38c0
ipv6: add vrf table handling code for ipv6 mcast
by Patrick Ruddy
· 6 years ago
854da99
ipv4: Allow sending multicast packets on specific i/f using VRF socket
by Robert Shearman
· 6 years ago
6919622a
bridge: mcast: Default back to multicast enabled state
by Ido Schimmel
· 6 years ago
8873c06
tcp: do not release socket ownership in tcp_close()
by Eric Dumazet
· 6 years ago
744486d
net: inet6_rtm_getroute() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
84db840
net: rtm_to_fib6_config() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
8823a3a
net: rtmsg_to_fib6_config() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
dc92095
net: ip6_update_pmtu() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
d456336
net: remove 1 always zero parameter from ip6_redirect_no_header()
by Maciej Żenczykowski
· 6 years ago
0b26fb1
net: ip6_redirect_no_header() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
1f7f10a
net: ip6_redirect() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
e8e3fbe
net: inet_rtm_getroute() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
e351bb6
net: ip_rt_get_source() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
cc16567
net: drop unused skb_append_datato_frags()
by Paolo Abeni
· 6 years ago
fb420d5
tcp/fq: move back to CLOCK_MONOTONIC
by Eric Dumazet
· 6 years ago
460b360
net_sched: fix a crash in tc_new_tfilter()
by Cong Wang
· 6 years ago
789762c
tcp: adjust rcv zerocopy hints based on frag sizes
by Soheil Hassas Yeganeh
· 6 years ago
8f2b029
tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE
by Soheil Hassas Yeganeh
· 6 years ago
2240c12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
041a14d
tcp: start receiver buffer autotuning sooner
by Yuchung Cheng
· 6 years ago
804fe10
openvswitch: Use correct reply values in datapath and vport ops
by Yifeng Sun
· 6 years ago
80ece6a
tls: Remove redundant vars from tls record structure
by Vakul Garg
· 6 years ago
6787927
tipc: buffer overflow handling in listener socket
by Tung Nguyen
· 6 years ago
25b9221
tipc: add SYN bit to connection setup messages
by Jon Maloy
· 6 years ago
39fdc9c
tipc: refactor function tipc_sk_filter_connect()
by Jon Maloy
· 6 years ago
afe8792
tipc: refactor function tipc_sk_timeout()
by Jon Maloy
· 6 years ago
5cbdbd1
tipc: refactor function tipc_msg_reverse()
by Jon Maloy
· 6 years ago
a337531
tcp: up initial rmem to 128KB and SYN rwin to around 64KB
by Yuchung Cheng
· 6 years ago
30d65e0
Bluetooth: Fix debugfs NULL pointer dereference
by Matias Karhumaa
· 6 years ago
5362700
net: sched: make function qdisc_free_cb() static
by Wei Yongjun
· 6 years ago
1288aa7
net: bridge: explicitly zero is_sticky in fdb_create
by Nikolay Aleksandrov
· 6 years ago
bf17b67
net/tls: Make function get_rec() static
by Wei Yongjun
· 6 years ago
5d70a67
net/core: make function ___gnet_stats_copy_basic() static
by Wei Yongjun
· 6 years ago
eddf11e
net: ovs: fix return type of ndo_start_xmit function
by YueHaibing
· 6 years ago
a5c3021
Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS
by Luiz Augusto von Dentz
· 6 years ago
96cd8ea
Bluetooth: L2CAP: Derive rx credits from MTU and MPS
by Luiz Augusto von Dentz
· 6 years ago
fe14931
Bluetooth: L2CAP: Derive MPS from connection MTU
by Luiz Augusto von Dentz
· 6 years ago
b950aa8
Bluetooth: Add definitions and track LE resolve list modification
by Ankit Navik
· 6 years ago
5aac493
Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic
by Andrea Parri
· 6 years ago
1042caa
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
by Maciej Żenczykowski
· 6 years ago
d888f39
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
by Maciej Żenczykowski
· 6 years ago
35750b0
net: bridge: pack net_bridge better
by Nikolay Aleksandrov
· 6 years ago
3341d91
net: bridge: convert mtu_set_by_user to a bit
by Nikolay Aleksandrov
· 6 years ago
c69c2cd
net: bridge: convert neigh_suppress_enabled option to a bit
by Nikolay Aleksandrov
· 6 years ago
675779a
net: bridge: convert mcast options to bits
by Nikolay Aleksandrov
· 6 years ago
13cefad
net: bridge: convert and rename mcast disabled
by Nikolay Aleksandrov
· 6 years ago
be3664a
net: bridge: convert group_addr_set option to a bit
by Nikolay Aleksandrov
· 6 years ago
8df3510
net: bridge: convert nf call options to bits
by Nikolay Aleksandrov
· 6 years ago
ae75767
net: bridge: add bitfield for options and convert vlan opts
by Nikolay Aleksandrov
· 6 years ago
1c1cb6d
net: bridge: make struct opening bracket consistent
by Nikolay Aleksandrov
· 6 years ago
cd11d11
net/af_iucv: locate IUCV header via skb_network_header()
by Julian Wiedmann
· 6 years ago
7aca011
bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTER
by Roopa Prabhu
· 6 years ago
105bc13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
71f9b61
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
787ce6d
net: sched: use reference counting for tcf blocks on rules update
by Vlad Buslov
· 6 years ago
0607e43
net: sched: implement tcf_block_refcnt_{get|put}()
by Vlad Buslov
· 6 years ago
ab28162
net: sched: protect block idr with spinlock
by Vlad Buslov
· 6 years ago
f002343
net: sched: implement functions to put and flush all chains
by Vlad Buslov
· 6 years ago
cfebd7e
net: sched: change tcf block reference counter type to refcount_t
by Vlad Buslov
· 6 years ago
e368fdb
net: sched: use Qdisc rcu API instead of relying on rtnl lock
by Vlad Buslov
· 6 years ago
3a7d0d0
net: sched: extend Qdisc with rcu
by Vlad Buslov
· 6 years ago
86bd446
net: sched: rename qdisc_destroy() to qdisc_put()
by Vlad Buslov
· 6 years ago
6f99528
net: core: netlink: add helper refcount dec and lock function
by Vlad Buslov
· 6 years ago
f5bd913
net: xsk: add a simple buffer reuse queue
by Jakub Kicinski
· 6 years ago
c774973
tls: Fixed a memory leak during socket close
by Vakul Garg
· 6 years ago
b85135b
tls: Fix socket mem accounting error under async encryption
by Vakul Garg
· 6 years ago
a06ee25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d0e13a1
flow_dissector: lookup netns by skb->sk if skb->dev is NULL
by Willem de Bruijn
· 6 years ago
ccfec9e
ip_tunnel: be careful when accessing the inner header
by Paolo Abeni
· 6 years ago
4128c0c
tls: Fixed uninitialised vars warning
by Vakul Garg
· 6 years ago
9932a29
net/tls: Fixed race condition in async encryption
by Vakul Garg
· 6 years ago
fc6e807
neighbour: send netlink notification if NTF_ROUTER changes
by Roopa Prabhu
· 6 years ago
f7aa74e
neighbour: allow admin to set NTF_ROUTER
by Roopa Prabhu
· 6 years ago
d8e2262
mpls: allow routes on ip6gre devices
by Saif Hasan
· 6 years ago
28169ab
net/sched: Add hardware specific counters to TC actions
by Eelco Chaudron
· 6 years ago
5e11121
net/core: Add new basic hardware counter
by Eelco Chaudron
· 6 years ago
ac3d9dd
netpoll: make ndo_poll_controller() optional
by Eric Dumazet
· 6 years ago
16fdf8b
rds: Fix build regression.
by David S. Miller
· 6 years ago
474ff26
net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN
by Maciej Żenczykowski
· 6 years ago
5b9b0a80
decnet: Remove unnecessary check for dev->name
by Nathan Chancellor
· 6 years ago
8361962
net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_net
by Peter Oskolkov
· 6 years ago
2475f59
ipv6: discard IP frag queue on more errors
by Peter Oskolkov
· 6 years ago
8360ed6
RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_stats
by Nathan Chancellor
· 6 years ago
075e264
net/ipv4: avoid compile error in fib_info_nh_uses_dev
by Eric Dumazet
· 6 years ago
90caf67
net_sched: sch_fq: remove dead code dealing with retransmits
by Eric Dumazet
· 6 years ago
c092dd5
tcp: switch tcp_internal_pacing() to tcp_wstamp_ns
by Eric Dumazet
· 6 years ago
ab408b6
tcp: switch tcp and sch_fq to new earliest departure time model
by Eric Dumazet
· 6 years ago
fd2bca2
tcp: switch internal pacing timer to CLOCK_TAI
by Eric Dumazet
· 6 years ago
d3edd06
tcp: provide earliest departure time in skb->tstamp
by Eric Dumazet
· 6 years ago
9799ccb
tcp: add tcp_wstamp_ns socket field
by Eric Dumazet
· 6 years ago
142537e
net_sched: sch_fq: switch to CLOCK_TAI
by Eric Dumazet
· 6 years ago
2fd66ff
tcp: introduce tcp_skb_timestamp_us() helper
by Eric Dumazet
· 6 years ago
83fe9a9
devlink: double free in devlink_resource_fill()
by Dan Carpenter
· 6 years ago
a42055e
net/tls: Add support for async encryption of records for performance
by Vakul Garg
· 6 years ago
86f9bd1
net/ipv6: Display all addresses in output of /proc/net/if_inet6
by Jeff Barnhill
· 6 years ago
f88b4c0
netlabel: check for IPV4MASK in addrinfo_get
by Sean Tranchetti
· 6 years ago
f2a2f21
ipv6: remove redundant null pointer check before kfree_skb
by zhong jiang
· 6 years ago
e3c3215
net: nci: remove redundant null pointer check before kfree_skb
by zhong jiang
· 6 years ago
Next »