Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
56b174256b6936ec4c1ed8f3407109ac6929d3ca
/
net
56b1742
net: add rbnode to struct sk_buff
by Eric Dumazet
· 10 years ago
d75b1ad
net: less interrupt masking in NAPI
by Eric Dumazet
· 10 years ago
55b42b5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e0fb6fb
net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0
by Guenter Roeck
· 10 years ago
de05c40
mpls: Allow mpls_gso to be built as module
by Pravin B Shelar
· 10 years ago
f7065f4
mpls: Fix mpls_gso handler.
by Pravin B Shelar
· 10 years ago
e3a88f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
127917c
netfilter: nft_reject_bridge: restrict reject to prerouting and input
by Pablo Neira Ayuso
· 10 years ago
523b929
netfilter: nft_reject_bridge: don't use IP stack to reject traffic
by Pablo Neira Ayuso
· 10 years ago
8bfcdf6
netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions
by Pablo Neira Ayuso
· 10 years ago
052b949
netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions
by Pablo Neira Ayuso
· 10 years ago
4d87716
netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing
by Pablo Neira Ayuso
· 10 years ago
5188cd4
drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets
by Ben Hutchings
· 10 years ago
39bb5e6
net: skb_fclone_busy() needs to detect orphaned skb
by Eric Dumazet
· 10 years ago
cd21453
tcp: Correction to RFC number in comment
by Sowmini Varadhan
· 10 years ago
14051f0
gre: Use inner mac length when computing tunnel length
by Tom Herbert
· 10 years ago
afb6bef
sctp: replace seq_printf with seq_puts
by Michele Baldessari
· 10 years ago
891310d
sctp: add transport state in /proc/net/sctp/remaddr
by Michele Baldessari
· 10 years ago
fa19c2b0
ipv4: Do not cache routing failures due to disabled forwarding.
by Nicolas Cavallari
· 10 years ago
b2ad5e5
tipc: spelling errors
by stephen hemminger
· 10 years ago
646697b
syncookies: only increment SYNCOOKIESFAILED on validation error
by Florian Westphal
· 10 years ago
f4e715c
ipv4: minor spelling fixes
by stephen hemminger
· 10 years ago
acf722f
ip6_tunnel: allow to change mode for the ip6tnl0
by Alexey Andriyanov
· 10 years ago
43728fa
ipv6: remove assignment in if condition
by Fabian Frederick
· 10 years ago
fc08c25
ipv6: remove inline on static in c file
by Fabian Frederick
· 10 years ago
40dc2ca
ipv6: spelling s/incomming/incoming
by Fabian Frederick
· 10 years ago
e7b6658
ipx: remove all unnecessary castings on ntohl
by Fabian Frederick
· 10 years ago
3d762a0
net: dsa: Add support for reading switch registers with ethtool
by Guenter Roeck
· 10 years ago
6793abb
net: dsa: Add support for switch EEPROM access
by Guenter Roeck
· 10 years ago
51579c3
net: dsa: Add support for reporting switch chip temperatures
by Guenter Roeck
· 10 years ago
734cbb5
net: dsa: Don't set skb->protocol on outgoing tagged packets
by Guenter Roeck
· 10 years ago
75fbfd3
neigh: optimize neigh_parms_release()
by Nicolas Dichtel
· 10 years ago
bc9ad16
net: introduce napi_schedule_irqoff()
by Eric Dumazet
· 10 years ago
d70127e
inet: frags: remove the WARN_ON from inet_evict_bucket
by Nikolay Aleksandrov
· 10 years ago
65ba1f1
inet: frags: fix a race between inet_evict_bucket and inet_frag_kill
by Nikolay Aleksandrov
· 10 years ago
7fd2561
net: ipv6: Add a sysctl to make optimistic addresses useful candidates
by Erik Kline
· 10 years ago
dca145f
tcp: allow for bigger reordering level
by Eric Dumazet
· 10 years ago
432c856
net: skb_segment() should preserve backpressure
by Toshiaki Makita
· 10 years ago
b2ed64a
ipv6: notify userspace when we added or changed an ipv6 token
by Lubomir Rintel
· 10 years ago
d561090
sch_pie: schedule the timer after all init succeed
by WANG Cong
· 10 years ago
2c6c49d
openvswitch: Export lockdep_ovsl_is_held to modules.
by David S. Miller
· 10 years ago
941d8eb
datapath: Rename last_action() as nla_is_last() and move to netlink.h
by Simon Horman
· 10 years ago
25946f2
Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 10 years ago
ae43928
net: dsa: Error out on tagging protocol mismatches
by Andrew Lunn
· 10 years ago
62b9c8d
ovs: Turn vports with dependencies into separate modules
by Thomas Graf
· 10 years ago
3d53666
ipvs: Avoid null-pointer deref in debug code
by Alex Gartrell
· 10 years ago
f89b775
bpf: split eBPF out of NET
by Alexei Starovoitov
· 10 years ago
9585011
bridge: Add support for IEEE 802.11 Proxy ARP
by Kyeyoon Park
· 10 years ago
5d26b1f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
7965ee9
netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()
by Arturo Borrero
· 10 years ago
b8901ac
ipx: remove __inline__ in c file on static
by Fabian Frederick
· 10 years ago
e0f3631
ipx: remove unnecessary casting on ntohl
by Fabian Frederick
· 10 years ago
5e96d78
ipx: move extern sysctl_ipx_pprop_broadcasting to header file
by Fabian Frederick
· 10 years ago
ce25698
ipv6: include linux/uaccess.h instead of asm/uaccess.h
by Fabian Frederick
· 10 years ago
9451a30
ipv6: replace min/casting by min_t
by Fabian Frederick
· 10 years ago
6b436d3
ipv4: remove set but unused variable sha
by Fabian Frederick
· 10 years ago
99c8140
Merge tag 'mac80211-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 10 years ago
93a35f5
net: napi_reuse_skb() should check pfmemalloc
by Eric Dumazet
· 10 years ago
349ce99
tcp: md5: do not use alloc_percpu()
by Eric Dumazet
· 10 years ago
74bca13
net: llc: include linux/errno.h instead of asm/errno.h
by Fabian Frederick
· 10 years ago
75da146
lapb: move EXPORT_SYMBOL after functions.
by Fabian Frederick
· 10 years ago
b51d3fa
netfilter: nf_log: release skbuff on nlmsg put failure
by Houcheng Lin
· 10 years ago
c1e7dc9
netfilter: nfnetlink_log: fix maximum packet length logged to userspace
by Florian Westphal
· 10 years ago
9dfa1df
netfilter: nf_log: account for size of NLMSG_DONE attribute
by Florian Westphal
· 10 years ago
7677e86
bridge: Do not compile options in br_parse_ip_options
by Herbert Xu
· 10 years ago
367efcb
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
by Martin KaFai Lau
· 10 years ago
94c77bb
ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case
by Martin KaFai Lau
· 10 years ago
a3c00e4
ipv6: Remove BACKTRACK macro
by Martin KaFai Lau
· 10 years ago
105970f
net: Remove trailing whitespace in tcp.h icmp.c syncookies.c
by Kenjiro Nakayama
· 10 years ago
9e7ceb0
net: fix saving TX flow hash in sock for outgoing connections
by Sathya Perla
· 10 years ago
789f202
xfrm6: fix a potential use after free in xfrm6_policy.c
by Li RongQing
· 10 years ago
a63ba13
net: tso: fix unaligned access to crafted TCP header in helper API
by Karl Beldan
· 10 years ago
c123bb7
netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocation
by Sabrina Dubroca
· 10 years ago
0f9f5e1
netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
by Dan Carpenter
· 10 years ago
e37ad9fd
netfilter: nf_conntrack: allow server to become a client in TW handling
by Marcelo Leitner
· 10 years ago
7c1c97d
net: sched: initialize bstats syncp
by Sabrina Dubroca
· 10 years ago
78fd1d0
netlink: Re-add locking to netlink_lookup() and seq walker
by Thomas Graf
· 10 years ago
1a194c2
tipc: fix lockdep warning when intra-node messages are delivered
by Ying Xue
· 10 years ago
7b8613e
tipc: fix a potential deadlock
by Ying Xue
· 10 years ago
f993bc2
net: core: handle encapsulation offloads when computing segment lengths
by Florian Westphal
· 10 years ago
330966e
net: make skb_gso_segment error handling more robust
by Florian Westphal
· 10 years ago
1e16aa3
net: gso: use feature flag argument in all protocol gso handlers
by Florian Westphal
· 10 years ago
ce8ec48
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
11b2357
mac80211: minstrels: fix buffer overflow in HT debugfs rc_stats
by Karl Beldan
· 10 years ago
e25b492
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
228b16c
Net: DSA: Fix checking for get_phy_flags function
by Andrew Lunn
· 10 years ago
0e6e58f
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
a6d4518
ipv6: fix a potential use after free in sit.c
by Li RongQing
· 10 years ago
fc6fb41
ipv6: fix a potential use after free in ip6_offload.c
by Li RongQing
· 10 years ago
b4e3cef
ipv4: fix a potential use after free in gre_offload.c
by Li RongQing
· 10 years ago
2e923b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
1e2d56a
netfilter: nft_nat: dump attributes if they are set
by Pablo Neira Ayuso
· 10 years ago
61cfac6b
netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MIN
by Pablo Neira Ayuso
· 10 years ago
5c819a3
netfilter: nft_nat: insufficient attribute validation
by Pablo Neira Ayuso
· 10 years ago
f3f5dde
netfilter: nft_compat: validate chain type in match/target
by Pablo Neira Ayuso
· 10 years ago
a282054
net: dsa: add includes for ethtool and phy_fixed definitions
by Florian Fainelli
· 10 years ago
25ef132
openvswitch: Set flow-key members.
by Pravin B Shelar
· 10 years ago
dc8e541
netrom: use linux/uaccess.h
by Fabian Frederick
· 10 years ago
643566d
tipc: fix bug in bundled buffer reception
by Jon Paul Maloy
· 10 years ago
870c315
ipv6: introduce tcp_v6_iif()
by Eric Dumazet
· 10 years ago
Next »