Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
977bb32440e7342e28838d9c0260681637ac97c4
/
net
977bb32
net/smc: serialize connection creation in all cases
by Ursula Braun
· 7 years ago
d04916a
l2tp: constify inet6_protocol structures
by Julia Lawall
· 7 years ago
3a3a4e3
ipv6: constify inet6_protocol structures
by Julia Lawall
· 7 years ago
ce7426c
6lowpan: fix set not used warning
by stephen hemminger
· 7 years ago
614d79c
socket: fix set not used warning
by stephen hemminger
· 7 years ago
3754b87
netfilter: remove unused variable
by stephen hemminger
· 7 years ago
e42e24c
tcp: remove redundant argument from tcp_rcv_established()
by Matvejchikov Ilya
· 7 years ago
a28b1b9
skbuff: re-add check for NULL skb->head in kfree_skb path
by Florian Westphal
· 7 years ago
7108574
Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 7 years ago
441ae65
sctp: remove the typedef sctp_abort_chunk_t
by Xin Long
· 7 years ago
38c00f7
sctp: remove the typedef sctp_heartbeat_chunk_t
by Xin Long
· 7 years ago
4d2dcdf
sctp: remove the typedef sctp_heartbeathdr_t
by Xin Long
· 7 years ago
d4d6c61
sctp: remove the typedef sctp_sack_chunk_t
by Xin Long
· 7 years ago
7873108
sctp: remove the typedef sctp_sackhdr_t
by Xin Long
· 7 years ago
afd93b7
sctp: remove the typedef sctp_sack_variable_t
by Xin Long
· 7 years ago
62e6b7e
sctp: remove the typedef sctp_unrecognized_param_t
by Xin Long
· 7 years ago
f48ef4c
sctp: remove the typedef sctp_cookie_param_t
by Xin Long
· 7 years ago
cb1844c
sctp: remove the typedef sctp_initack_chunk_t
by Xin Long
· 7 years ago
ae847f4
net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggled
by Sabrina Dubroca
· 7 years ago
296d8ee
net: add infrastructure to un-offload UDP tunnel port
by Sabrina Dubroca
· 7 years ago
7a27fc6
net: check UDP tunnel RX port offload feature before calling tunnel ndo ndo
by Sabrina Dubroca
· 7 years ago
d764a12
net: add new netdevice feature for offload of RX port for UDP tunnels
by Sabrina Dubroca
· 7 years ago
ddc6c70
rxrpc: Move the packet.h include file into net/rxrpc/
by David Howells
· 7 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
96080f6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
e623a48
rds: Make sure updates to cp_send_gen can be observed
by Håkon Bugge
· 7 years ago
8799a22
ipv4: initialize fib_trie prior to register_netdev_notifier call.
by Mahesh Bandewar
· 7 years ago
153711f
rtnetlink: allocate more memory for dev_set_mac_address()
by WANG Cong
· 7 years ago
6399f1f
ipv6: avoid overflow of offset in ip6_find_1stfragopt
by Sabrina Dubroca
· 7 years ago
3753654
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
by David Ahern
· 7 years ago
7051b88
net: make dev_close and related functions void
by stephen hemminger
· 7 years ago
ddee310
bluetooth: 6lowpan dev_close never returns error
by stephen hemminger
· 7 years ago
e7d53ad
net: dsa: unexport dsa_is_port_initialized
by Vivien Didelot
· 7 years ago
8410095
net/packet: remove unused PGV_FROM_VMALLOC definition.
by Rosen, Rami
· 7 years ago
bb4d991
tcp: adjust tail loss probe timeout
by Yuchung Cheng
· 7 years ago
c4b2bf6
openvswitch: Optimize operations for OvS flow_stats.
by Tonghao Zhang
· 7 years ago
c57c054
openvswitch: Optimize updating for OvS flow_stats.
by Tonghao Zhang
· 7 years ago
6367911
net: Zero terminate ifr_name in dev_ifname().
by David S. Miller
· 7 years ago
98de4e0
wireless: wext: terminate ifr name coming from userspace
by Levin, Alexander
· 7 years ago
073dd5a
netfilter: fix netfilter_net_init() return
by Dan Carpenter
· 7 years ago
3e16afd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
0ddf3fb
udp: preserve skb->dst if required for IP options processing
by Paolo Abeni
· 7 years ago
18bcf29
ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
by Alexander Potapenko
· 7 years ago
ec30d78
xfrm: add xdst pcpu cache
by Florian Westphal
· 7 years ago
09c7570
xfrm: remove flow cache
by Florian Westphal
· 7 years ago
bd45c53
xfrm_policy: make xfrm_bundle_lookup return xfrm dst object
by Florian Westphal
· 7 years ago
86dc8ee
xfrm_policy: remove xfrm_policy_lookup
by Florian Westphal
· 7 years ago
aff669b
xfrm_policy: kill flow to policy dir conversion
by Florian Westphal
· 7 years ago
855dad9
xfrm_policy: remove always true/false branches
by Florian Westphal
· 7 years ago
3ca2828
xfrm_policy: bypass flow_cache_lookup
by Florian Westphal
· 7 years ago
3c2a89d
net: xfrm: revert to lower xfrm dst gc limit
by Florian Westphal
· 7 years ago
6b1c42e
vti: revert flush x-netns xfrm cache when vti interface is removed
by Florian Westphal
· 7 years ago
06dc75a
net: Revert "net: add function to allocate sk_buff head without data area"
by Florian Westphal
· 7 years ago
6800b2e
inet: Remove software UFO fragmenting code.
by David S. Miller
· 7 years ago
880388a
net: Remove all references to SKB_GSO_UDP.
by David S. Miller
· 7 years ago
988cf74
inet: Stop generating UFO packets.
by David S. Miller
· 7 years ago
08a00fe
net: Remove references to NETIF_F_UFO from ethtool.
by David S. Miller
· 7 years ago
d4c023f
net: Remove references to NETIF_F_UFO in netdev_fix_features().
by David S. Miller
· 7 years ago
11393cc
xdp: Add batching support to redirect map
by John Fastabend
· 7 years ago
97f91a7
bpf: add bpf_redirect_map helper routine
by John Fastabend
· 7 years ago
5acaee0
xdp: add trace event for xdp redirect
by John Fastabend
· 7 years ago
6103aa9
net: implement XDP_REDIRECT for xdp generic
by John Fastabend
· 7 years ago
814abfa
xdp: add bpf_redirect helper function
by John Fastabend
· 7 years ago
d445516
net: xdp: support xdp generic on virtual devices
by John Fastabend
· 7 years ago
b145425
inetpeer: remove AVL implementation in favor of RB tree
by Eric Dumazet
· 7 years ago
27eac47
net/unix: drop obsolete fd-recursion limits
by David Herrmann
· 7 years ago
3ccc6c6
skbuff: optimize the pull_pages code in __pskb_pull_tail()
by linzhang
· 7 years ago
36ac344
netfilter: expect: fix crash when putting uninited expectation
by Florian Westphal
· 7 years ago
974292d
netfilter: nf_tables: only allow in/output for arp packets
by Florian Westphal
· 7 years ago
97772bc
netfilter: nat: fix src map lookup
by Florian Westphal
· 7 years ago
cf56c2f
netfilter: remove old pre-netns era hook api
by Florian Westphal
· 7 years ago
7c40b22
libceph: potential NULL dereference in ceph_msg_data_create()
by Dan Carpenter
· 7 years ago
914902a
libceph: don't call encode_request_finish() on MOSDBackoff messages
by Ilya Dryomov
· 7 years ago
f5cc689
libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()
by Ilya Dryomov
· 7 years ago
c2acfd9
libceph: set -EINVAL in one place in crush_decode()
by Ilya Dryomov
· 7 years ago
00c8ebb3
libceph: NULL deref on osdmap_apply_incremental() error path
by Dan Carpenter
· 7 years ago
f55ce7b
netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
by Mateusz Jurczyk
· 7 years ago
1474774
sctp: remove the typedef sctp_hmac_algo_param_t
by Xin Long
· 7 years ago
a762a9d
sctp: remove the typedef sctp_chunks_param_t
by Xin Long
· 7 years ago
b02db702
sctp: remove the typedef sctp_random_param_t
by Xin Long
· 7 years ago
15328d9
sctp: remove the typedef sctp_supported_ext_param_t
by Xin Long
· 7 years ago
85f6bd2
sctp: remove the typedef sctp_adaptation_ind_param_t
by Xin Long
· 7 years ago
e925d50
sctp: remove the typedef sctp_supported_addrs_param_t
by Xin Long
· 7 years ago
365ddb6
sctp: remove the typedef sctp_cookie_preserve_param_t
by Xin Long
· 7 years ago
00987cc
sctp: remove the typedef sctp_ipv6addr_param_t
by Xin Long
· 7 years ago
a38905e
sctp: remove the typedef sctp_ipv4addr_param_t
by Xin Long
· 7 years ago
aed20a5
rds: cancel send/recv work before queuing connection shutdown
by Sowmini Varadhan
· 7 years ago
3298456
tcp_bbr: init pacing rate on first RTT sample
by Neal Cardwell
· 7 years ago
1d3648e
tcp_bbr: remove sk_pacing_rate=0 transient during init
by Neal Cardwell
· 7 years ago
79135b8
tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper
by Neal Cardwell
· 7 years ago
f19fd62
tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
by Neal Cardwell
· 7 years ago
4aea287
tcp_bbr: cut pacing rate only if filled pipe
by Neal Cardwell
· 7 years ago
8b97ac5
openvswitch: Fix for force/commit action failures
by Greg Rose
· 7 years ago
254d900
ipv4: ip_do_fragment: fix headroom tests
by Vasily Averin
· 7 years ago
52f6c58
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 7 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
2173bd0
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
10b3bf5
sctp: fix an array overflow when all ext chunks are set
by Xin Long
· 7 years ago
c4c4290
net sched actions: rename act_get_notify() to tcf_get_notify()
by Roman Mashak
· 7 years ago
ccd4eb4
net/packet: Fix Tx queue selection for AF_PACKET
by Iván Briano
· 7 years ago
Next »