Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
54bc9bac307861aea5abb747cb58bf0275f2175f
/
net
54bc9ba
gre: Set inner protocol in v4 and v6 GRE transmit
by Tom Herbert
· 10 years ago
077c5a0
ipip: Set inner IP protocol in ipip
by Tom Herbert
· 10 years ago
469471c
sit: Set inner IP protocol in sit
by Tom Herbert
· 10 years ago
8bce6d7
udp: Generalize skb_udp_segment
by Tom Herbert
· 10 years ago
ce1a4ea
net: avoid one atomic operation in skb_clone()
by Eric Dumazet
· 10 years ago
e500f48
net/dccp/ccid.c: add __init to ccid_activate
by Fabian Frederick
· 10 years ago
0c5b8a4
net/dccp/proto.c: add __init to dccp_mib_init
by Fabian Frederick
· 10 years ago
d0bf4a9
net: cleanup and document skb fclone layout
by Eric Dumazet
· 10 years ago
b248230
tcp: abort orphan sockets stalling on zero window probes
by Yuchung Cheng
· 10 years ago
cb57659
cipso: add __init to cipso_v4_cache_init
by Fabian Frederick
· 10 years ago
57a02c3
inet: frags: add __init to ip4_frags_ctl_register
by Fabian Frederick
· 10 years ago
47d7a88c
tcp: add __init to tcp_init_mem
by Fabian Frederick
· 10 years ago
e506d40
net: dsa: Fix build warning for !PM_SLEEP
by Thierry Reding
· 10 years ago
2c804d0
ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()
by Eric Dumazet
· 10 years ago
f0a0c1c
ieee802154: fix __init functions
by Fabian Frederick
· 10 years ago
a12a601
tcp: Change tcp_slow_start function to return void
by Li RongQing
· 10 years ago
3243acd
ieee802154: add __init to lowpan_frags_sysctl_register
by Fabian Frederick
· 10 years ago
0d4a2f9
irda: add __init to irlan_open
by Fabian Frederick
· 10 years ago
57f5877
netfilter: bridge: build br_nf_core only if required
by Florian Westphal
· 10 years ago
b0ab6f9
net: sched: enable per cpu qstats
by John Fastabend
· 10 years ago
6401585
net: sched: restrict use of qstats qlen
by John Fastabend
· 10 years ago
25331d6
net: sched: implement qstat helper routines
by John Fastabend
· 10 years ago
22e0f8b
net: sched: make bstats per cpu and estimator RCU safe
by John Fastabend
· 10 years ago
8522484
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
735d383
tcp: change TCP_ECN prefixes to lower case
by Florian Westphal
· 10 years ago
d82bd12
tcp: move TCP_ECN_create_request out of header
by Florian Westphal
· 10 years ago
41c9199
tcp: remove unnecessary assignment.
by Li RongQing
· 10 years ago
b193722
net: reorganize sk_buff for faster __copy_skb_header()
by Eric Dumazet
· 10 years ago
db29a95
netfilter: conntrack: disable generic tracking for known protocols
by Florian Westphal
· 10 years ago
9363dc4
netfilter: nf_tables: store and dump set policy
by Arturo Borrero
· 10 years ago
e3118e8
net: tcp: add DCTCP congestion control algorithm
by Daniel Borkmann
· 10 years ago
9890092
net: tcp: more detailed ACK events and events for CE marked packets
by Florian Westphal
· 10 years ago
7354c8c
net: tcp: split ack slow/fast events from cwnd_event
by Florian Westphal
· 10 years ago
30e502a
net: tcp: add flag for ca to indicate that ECN is required
by Daniel Borkmann
· 10 years ago
55d8694
net: tcp: assign tcp cong_ops when tcp sk is created
by Florian Westphal
· 10 years ago
53dfd50
net: sched: cls_rcvp, complete rcu conversion
by John Fastabend
· 10 years ago
68f6a7c
net_sched: fix another regression in cls_tcindex
by WANG Cong
· 10 years ago
02c5e84
net_sched: fix errno in tcindex_set_parms()
by WANG Cong
· 10 years ago
825bae5
arp: Do not perturb drop profiles with ignored ARP packets
by Rick Jones
· 10 years ago
18d0264
net_sched: remove the first parameter from tcf_exts_destroy()
by WANG Cong
· 10 years ago
f5c7e1a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
7905288
net: dsa: allow switches driver to implement get/set EEE
by Florian Fainelli
· 10 years ago
b2f2af2
net: dsa: allow enabling and disable switch ports
by Florian Fainelli
· 10 years ago
f7f1de5
net: dsa: start and stop the PHY state machine
by Florian Fainelli
· 10 years ago
155c6e1
tcp: use tcp_flags in tcp_data_queue()
by Peter Pan(潘卫平)
· 10 years ago
cd7d849
tcp: change tcp_skb_pcount() location
by Eric Dumazet
· 10 years ago
971f10e
tcp: better TCP_SKB_CB layout to reduce cache line misses
by Eric Dumazet
· 10 years ago
a224772
ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()
by Eric Dumazet
· 10 years ago
24a2d43
ipv4: rename ip_options_echo to __ip_options_echo()
by Eric Dumazet
· 10 years ago
ff04a77
net : optimize skb_release_data()
by Eric Dumazet
· 10 years ago
8280bf0
net/openvswitch: remove dup comment in vport.h
by Wang Sheng-Hui
· 10 years ago
58e3cac
net: optimise inet_proto_csum_replace4()
by LEROY Christophe
· 10 years ago
f4a775d
net: introduce __skb_header_release()
by Eric Dumazet
· 10 years ago
57219dc
Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
6ea754e
net: Change netdev_<level> logging functions to return void
by Joe Perches
· 10 years ago
34666d4
netfilter: bridge: move br_netfilter out of the core
by Pablo Neira Ayuso
· 10 years ago
7276ca3
netfilter: bridge: nf_bridge_copy_header as static inline in header
by Pablo Neira Ayuso
· 10 years ago
772476d
net/netfilter/x_tables.c: use __seq_open_private()
by Rob Jones
· 10 years ago
4a8e320
net: sched: use pinned timers
by Eric Dumazet
· 10 years ago
53e5039
net: Remove gso_send_check as an offload callback
by Tom Herbert
· 10 years ago
f71470b
udp: move logic out of udp[46]_ufo_send_check
by Tom Herbert
· 10 years ago
d020f8f
tcp: move logic out of tcp_v[64]_gso_send_check
by Tom Herbert
· 10 years ago
4daaab4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
543a2dff
Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 10 years ago
bd1e75a
tcp: add coalescing attempt in tcp_ofo_queue()
by Eric Dumazet
· 10 years ago
4cdf507
icmp: add a global rate limitation
by Eric Dumazet
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
98f75b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
a35165c
ipv4: do not use this_cpu_ptr() in preemptible context
by Eric Dumazet
· 10 years ago
a2aeb02
net: sched: fix compile warning in cls_u32
by Eric Dumazet
· 10 years ago
84de67b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 10 years ago
fcdd1cf
tcp: avoid possible arithmetic overflows
by Eric Dumazet
· 10 years ago
35f7aa5
ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallback
by Daniel Borkmann
· 10 years ago
fa5c107
net: rfkill: gpio: Fix clock status
by Loic Poulain
· 10 years ago
de5df63
net: sched: cls_u32 changes to knode must appear atomic to readers
by John Fastabend
· 10 years ago
a1ddcfe
net: cls_u32: fix missed pcpu_success free_percpu
by John Fastabend
· 10 years ago
3fcb95a
udp: Need to make ip6_udp_tunnel.c have GPL license
by Tom Herbert
· 10 years ago
cecda69
net: keep original skb which only needs header checking during software GSO
by Jason Wang
· 10 years ago
19e57c4
net: dsa: add {get, set}_wol callbacks to slave devices
by Florian Fainelli
· 10 years ago
2446254
net: dsa: allow switch drivers to implement suspend/resume hooks
by Florian Fainelli
· 10 years ago
2571178
net: sched: shrink struct qdisc_skb_cb to 28 bytes
by Eric Dumazet
· 10 years ago
6d967f8
udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selected
by Andy Zhou
· 10 years ago
9b67aa4
openvswitch: restore OVS_FLOW_CMD_NEW notifications
by Samuel Gauthier
· 10 years ago
4565e99
gre: Setup and TX path for gre/UDP foo-over-udp encapsulation
by Tom Herbert
· 10 years ago
473ab82
ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulation
by Tom Herbert
· 10 years ago
1490966
sit: Setup and TX path for sit/UDP foo-over-udp encapsulation
by Tom Herbert
· 10 years ago
5632848
net: Changes to ip_tunnel to support foo-over-udp encapsulation
by Tom Herbert
· 10 years ago
afe9332
fou: Add GRO support
by Tom Herbert
· 10 years ago
2346155
fou: Support for foo-over-udp RX path
by Tom Herbert
· 10 years ago
ce3e028
net: Export inet_offloads and inet6_offloads
by Tom Herbert
· 10 years ago
4e2840e
net: sched: cls_u32: rcu can not be last node
by John Fastabend
· 10 years ago
8f665f6
Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 10 years ago
ab34f64
net: sched: use __skb_queue_head_init() where applicable
by Eric Dumazet
· 10 years ago
6819563
net: dsa: allow switch drivers to specify phy_device::dev_flags
by Florian Fainelli
· 10 years ago
2e4e441
net: add alloc_skb_with_frags() helper
by Eric Dumazet
· 10 years ago
cb93471
tcp: do not fake tcp headers in tcp_send_rcvq()
by Eric Dumazet
· 10 years ago
c8fffce
l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions
by Andy Zhou
· 10 years ago
6a93cc9
udp-tunnel: Add a few more UDP tunnel APIs
by Andy Zhou
· 10 years ago
fd38441
udp_tunnel: Seperate ipv6 functions into its own file.
by Andy Zhou
· 10 years ago
84d7fce
netfilter: nf_tables: export rule-set generation ID
by Pablo Neira Ayuso
· 10 years ago
Next »