Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
08adb7dabd4874cc5666b4490653b26534702ce0
/
net
08adb7d
fold verify_iovec() into copy_msghdr_from_user()
by Al Viro
· 10 years ago
0844932
{compat_,}verify_iovec(): switch to generic copying of iovecs
by Al Viro
· 10 years ago
666547f
separate kernel- and userland-side msghdr
by Al Viro
· 11 years ago
fcd4d35
netlink: Deletion of an unnecessary check before the function call "__module_get"
by Markus Elfring
· 10 years ago
ef87c5d
net: pktgen: Deletion of an unnecessary check before the function call "proc_remove"
by Markus Elfring
· 10 years ago
355a901
tcp: make connect() mem charging friendly
by Eric Dumazet
· 10 years ago
e3e3217
icmp: Remove some spurious dropped packet profile hits from the ICMP path
by Rick Jones
· 10 years ago
54aeba7
dev_ioctl: use sizeof(x) instead of sizeof x
by Fabian Frederick
· 10 years ago
e56f735
net/core: include linux/types.h instead of asm/types.h
by Fabian Frederick
· 10 years ago
1d2398d
net: fix spelling for synchronized
by Fabian Frederick
· 10 years ago
a77b634
dccp: spelling s/reseting/resetting
by Fabian Frederick
· 10 years ago
02c31d2
dccp: replace min/casting by min_t
by Fabian Frederick
· 10 years ago
54da7996
dccp: remove blank lines between function/EXPORT_SYMBOL
by Fabian Frederick
· 10 years ago
6d80c47
dccp: kerneldoc warning fixes
by Fabian Frederick
· 10 years ago
960fb62
net: provide a per host RSS key generic infrastructure
by Eric Dumazet
· 10 years ago
6f2aed6
net: dsa: replace count*size kzalloc by kcalloc
by Fabian Frederick
· 10 years ago
5bc4b46
net: dsa: replace count*size kmalloc by kmalloc_array
by Fabian Frederick
· 10 years ago
f35423c1
openvswitch: use PTR_ERR_OR_ZERO
by Fabian Frederick
· 10 years ago
0372bf5
tipc: allow one link per bearer to neighboring nodes
by Holger Brunck
· 10 years ago
8cd4313
openvswitch: Fix build failure.
by Pravin B Shelar
· 10 years ago
076ce44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
5cf52037
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
d649a7a
tcp: limit GSO packets to half cwnd
by Eric Dumazet
· 10 years ago
6eba822
rhashtable: Drop gfp_flags arg in insert/remove functions
by Thomas Graf
· 10 years ago
7b4ce23
rhashtable: Add parent argument to mutex_is_held
by Herbert Xu
· 10 years ago
1f501d62
netfilter: Move mutex_is_held under PROVE_LOCKING
by Herbert Xu
· 10 years ago
9712756
netlink: Move mutex_is_held under PROVE_LOCKING
by Herbert Xu
· 10 years ago
fbe168b
net: generic dev_disable_lro() stacked device handling
by Michal Kubeček
· 10 years ago
882288c
FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS
by Thomas Graf
· 10 years ago
cc9f1f5
libceph: change from BUG to WARN for __remove_osd() asserts
by Ilya Dryomov
· 10 years ago
ba9d114
libceph: clear r_req_lru_item in __unregister_linger_request()
by Ilya Dryomov
· 10 years ago
a390de0
libceph: unlink from o_linger_requests when clearing r_osd
by Ilya Dryomov
· 10 years ago
aaef317
libceph: do not crash on large auth tickets
by Ilya Dryomov
· 10 years ago
a768851
irda: Fix build failures after IRDA_DEBUG->pr_debug
by Joe Perches
· 10 years ago
6251edd
netlink: Properly unbind in error conditions.
by Hiroaki SHIMODA
· 10 years ago
a8c5f90
ip_tunnel: Ops registration for secondary encap (fou, gue)
by Tom Herbert
· 10 years ago
4243cdc
udp: Neaten function pointer calls and add braces
by Joe Perches
· 10 years ago
955a9d20
irda: Convert IRDA_DEBUG to pr_debug
by Joe Perches
· 10 years ago
6c91023
irda: Remove IRDA_<TYPE> logging macros
by Joe Perches
· 10 years ago
5337b5b
ipv6: fix IPV6_PKTINFO with v4 mapped
by Eric Dumazet
· 10 years ago
d7480fd
neigh: remove dynamic neigh table registration support
by WANG Cong
· 10 years ago
4184b2a
net: sctp: fix memory leak in auth key management
by Daniel Borkmann
· 10 years ago
e40607c
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet
by Daniel Borkmann
· 10 years ago
ba7a46f
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
by Joe Perches
· 10 years ago
4083c80
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch
by David S. Miller
· 10 years ago
a2ae600
dsa: Use netdev_<level> instead of printk
by Joe Perches
· 10 years ago
2c8c56e
net: introduce SO_INCOMING_CPU
by Eric Dumazet
· 10 years ago
3d97379
tcp: move sk_mark_napi_id() at the right place
by Eric Dumazet
· 10 years ago
cfdf1e1
udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.
by Jesse Gross
· 10 years ago
b921726
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
c008ba5b
ipv4: Avoid reading user iov twice after raw_probe_proto_opt
by Herbert Xu
· 10 years ago
32b5913
ipv4: Use standard iovec primitive in raw_probe_proto_opt
by Herbert Xu
· 10 years ago
3b47d30
net: gro: add a per device gro flush timer
by Eric Dumazet
· 10 years ago
05da589
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
by Jarno Rajahalme
· 10 years ago
12eb18f
openvswitch: Constify various function arguments
by Thomas Graf
· 10 years ago
e8eedb8
openvswitch: Remove redundant key ref from upcall_info.
by Pravin B Shelar
· 10 years ago
fff06c3
openvswitch: Optimize recirc action.
by Pravin B Shelar
· 10 years ago
8f0aad6
openvswitch: Extend packet attribute for egress tunnel info
by Wenyu Zhang
· 10 years ago
9ba559d
openvswitch: Export symbols as GPL symbols.
by Pravin B Shelar
· 10 years ago
c0560b9
dccp: Convert DCCP_WARN to net_warn_ratelimited
by Joe Perches
· 10 years ago
36cbb24
udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts
by Rick Jones
· 10 years ago
bfe1be3
net: Kill skb_copy_datagram_const_iovec
by Herbert Xu
· 10 years ago
a8f820aa
inet: Add skb_copy_datagram_iter
by Herbert Xu
· 10 years ago
1f56231
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 10 years ago
4e84b49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
6b798d70
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch
by David S. Miller
· 10 years ago
4508349
net: esp: Convert NETDEBUG to pr_info
by Joe Perches
· 10 years ago
cbffccc
net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages
by Joe Perches
· 10 years ago
b31f65f
net: dsa: slave: Fix autoneg for phys on switch MDIO bus
by Andrew Lunn
· 10 years ago
0c6965d
sched: fix act file names in header comment
by Jiri Pirko
· 10 years ago
ea3dc96
ip6_tunnel: Add support for wildcard tunnel endpoints.
by Steffen Klassert
· 10 years ago
d500514
ipv6: Allow sending packets through tunnels with wildcard endpoints
by Steffen Klassert
· 10 years ago
a85311b
openvswitch: Avoid NULL mask check while building mask
by Pravin B Shelar
· 10 years ago
2fdb957
openvswitch: Refactor action alloc and copy api.
by Pravin B Shelar
· 10 years ago
41af73e
openvswitch: Move key_attr_size() to flow_netlink.h.
by Joe Stringer
· 10 years ago
d98612b
openvswitch: Remove flow member from struct ovs_skb_cb
by Lorand Jakab
· 10 years ago
e1f9c35
openvswitch: Drop packets when interdev is not up
by Chunhe Li
· 10 years ago
cc3a5ae
openvswitch: Refactor get_dp() function into multiple access APIs.
by Andy Zhou
· 10 years ago
ca7105f
openvswitch: Refactor ovs_flow_cmd_fill_info().
by Joe Stringer
· 10 years ago
738967b
openvswitch: refactor do_output() to move NULL check out of fast path
by Andy Zhou
· 10 years ago
426cda5
openvswitch: Additional logging for -EINVAL on flow setups.
by Jesse Gross
· 10 years ago
1b760fb
openvswitch: Remove redundant tcp_flags code.
by Joe Stringer
· 10 years ago
9b996e5
openvswitch: Move table destroy to dp-rcu callback.
by Pravin B Shelar
· 11 years ago
25cd9ba
openvswitch: Add basic MPLS support to kernel
by Simon Horman
· 10 years ago
59b93b4
net: Remove MPLS GSO feature.
by Pravin B Shelar
· 10 years ago
e1b2cb6
fou: Fix typo in returning flags in netlink
by Tom Herbert
· 10 years ago
4c672e4
ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
by Daniel Borkmann
· 10 years ago
1744bea
net: Convert SEQ_START_TOKEN/seq_printf to seq_puts
by Joe Perches
· 10 years ago
1f37bf8
tcp: zero retrans_stamp if all retrans were acked
by Marcelo Leitner
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
a8d31c1
gue: Receive side of remote checksum offload
by Tom Herbert
· 10 years ago
b17f709
gue: TX support for using remote checksum offload option
by Tom Herbert
· 10 years ago
e585f23
udp: Changes to udp_offload to support remote checksum offload
by Tom Herbert
· 10 years ago
5024c33
gue: Add infrastructure for flags and options
by Tom Herbert
· 10 years ago
4bcb877
udp: Offload outer UDP tunnel csum if available
by Tom Herbert
· 10 years ago
63487ba
net: Move fou_build_header into fou.c and refactor
by Tom Herbert
· 10 years ago
d3ca9ea
geneve: Unregister pernet subsys on module unload.
by Jesse Gross
· 10 years ago
45cac46
geneve: Set GSO type on transmit.
by Jesse Gross
· 10 years ago
6cf1093
udp: remove blank line between set and test
by Fabian Frederick
· 10 years ago
869ba98
ipv6: trivial, add bracket for the if block
by Florent Fourcot
· 10 years ago
Next »