Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cee8e355942c01f408bddf8a53596be1dff7a86b
/
net
« Previous
5f42b01
SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management
by Trond Myklebust
· 11 years ago
1917228
RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries
by Trond Myklebust
· 11 years ago
eb3c0d8
net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()
by Cong Wang
· 11 years ago
d949d82
ipv6: Add generic UDP Tunnel segmentation
by Cong Wang
· 11 years ago
f564f45
vxlan: add ipv6 proxy support
by Cong Wang
· 11 years ago
f39dc10
ipv6: move in6_dev_finish_destroy() into core kernel
by Cong Wang
· 11 years ago
e15a00a
vxlan: add ipv6 route short circuit support
by Cong Wang
· 11 years ago
e4c7ed4
vxlan: add ipv6 support
by Cong Wang
· 11 years ago
caf92bc
ipv6: do not call ndisc_send_rs() with write lock
by Cong Wang
· 11 years ago
034dfc5
ipv6: export in6addr_loopback to modules
by Cong Wang
· 11 years ago
5f81bd2
ipv6: export a stub for IPv6 symbols used by vxlan
by Cong Wang
· 11 years ago
788787b
ipv6: move ip6_local_out into core kernel
by Cong Wang
· 11 years ago
3ce9b35
ipv6: move ip6_dst_hoplimit() into core kernel
by Cong Wang
· 11 years ago
34aedd3
qdisc: fix build with !CONFIG_NET_SCHED
by stephen hemminger
· 11 years ago
d2a7f26
qdisc: make args to qdisc_create_default const
by stephen hemminger
· 11 years ago
c7b96ac
userns: Kill nsown_capable it makes the wrong thing easy
by Eric W. Biederman
· 12 years ago
6da7c8f
qdisc: allow setting default queuing discipline
by stephen hemminger
· 11 years ago
a878764
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
2d98c29
net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay
by Daniel Borkmann
· 11 years ago
702821f
net: revert 8728c544a9c ("net: dev_pick_tx() fix")
by Eric Dumazet
· 11 years ago
25ad611
Revert "ipv6: Don't depend on per socket memory for neighbour discovery messages"
by David S. Miller
· 11 years ago
816c5b5
ipv6: Remove redundant sk variable
by Thomas Graf
· 11 years ago
737e828
ipv4 tunnels: fix an oops when using ipip/sit with IPsec
by Li Hongjun
· 11 years ago
2c8d851
tipc: set sk_err correctly when connection fails
by Erik Hugne
· 11 years ago
eb8895d
tcp: tcp_make_synack() should use sock_wmalloc
by Phil Oester
· 11 years ago
cc0fdd8
bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
by Linus Lüssing
· 11 years ago
1b7fdd2
tcp: do not use cached RTT for RTT estimation
by Yuchung Cheng
· 11 years ago
08f89b9
pkt_sched: fq: prefetch() fix
by Eric Dumazet
· 11 years ago
6739ffb
SUNRPC: Add a framework to clean up management of rpc_pipefs directories
by Trond Myklebust
· 11 years ago
6b2fddd
RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects
by Trond Myklebust
· 11 years ago
e726340a
RPCSEC_GSS: Further cleanups
by Trond Myklebust
· 11 years ago
c219066
SUNRPC: Replace clnt->cl_principal
by Trond Myklebust
· 11 years ago
bd4a3eb
RPCSEC_GSS: Clean up upcall message allocation
by Trond Myklebust
· 11 years ago
41b6b4d
SUNRPC: Cleanup rpc_setup_pipedir
by Trond Myklebust
· 11 years ago
1dada8e
SUNRPC: Remove unused struct rpc_clnt field cl_protname
by Trond Myklebust
· 11 years ago
55909f2
SUNRPC: Deprecate rpc_client->cl_protname
by Trond Myklebust
· 11 years ago
afe4fd0
pkt_sched: fq: Fair Queue packet scheduler
by Eric Dumazet
· 11 years ago
391ac12
can: gw: add a per rule limitation of frame hops
by Oliver Hartkopp
· 11 years ago
f55d112e
net: packet: use reciprocal_divide in fanout_demux_hash
by Daniel Borkmann
· 11 years ago
5df0ddf
net: packet: add randomized fanout scheduler
by Daniel Borkmann
· 11 years ago
48311f4
net: add netdev_upper_get_next_dev_rcu(dev, iter)
by Veaceslav Falico
· 11 years ago
620f318
net: remove search_list from netdev_adjacent
by Veaceslav Falico
· 11 years ago
5d26191
net: add lower_dev_list to net_device and make a full mesh
by Veaceslav Falico
· 11 years ago
aa9d856
net: rename netdev_upper to netdev_adjacent
by Veaceslav Falico
· 11 years ago
79f9ab7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 11 years ago
1f324e3
ipv6: Don't depend on per socket memory for neighbour discovery messages
by Thomas Graf
· 11 years ago
c27c932
ipv4: sendto/hdrincl: don't use destination address found in header
by Chris Clark
· 11 years ago
7613f5f
net: sctp: sctp_verify_init: clean up mandatory checks and add comment
by Daniel Borkmann
· 11 years ago
95bd09e
tcp: TSO packets automatic sizing
by Eric Dumazet
· 11 years ago
b800c3b
ipv6: drop fragmented ndisc packets by default (RFC 6980)
by Hannes Frederic Sowa
· 11 years ago
fd09480
bridge: inherit slave devices needed_headroom
by Florian Fainelli
· 11 years ago
e3e1202
tcp: don't apply tsoffset if rcv_tsecr is zero
by Andrew Vagin
· 11 years ago
c7781a6
tcp: initialize rcv_tstamp for restored sockets
by Andrew Vagin
· 11 years ago
0d8165e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
7dc5dbc
sysfs: Restrict mounting sysfs
by Eric W. Biederman
· 12 years ago
33c6b1f
genl: Hold reference on correct module while netlink-dump.
by Pravin B Shelar
· 11 years ago
9b96309
genl: Fix genl dumpit() locking.
by Pravin B Shelar
· 11 years ago
347e223
SUNRPC: Fix memory corruption issue on 32-bit highmem systems
by Trond Myklebust
· 11 years ago
f3e979a
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
cd80e10
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 11 years ago
b35c809
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 11 years ago
c6eaa3f
batman-adv: send GW_DEL event when the gw client mode is deselected
by Antonio Quartulli
· 11 years ago
c00a072
batman-adv: Start new development cycle
by Simon Wunderlich
· 11 years ago
791c2a2
batman-adv: move enum definition at the top of the file
by Antonio Quartulli
· 11 years ago
c54f38c
batman-adv: set skb priority according to content
by Simon Wunderlich
· 11 years ago
302a50b
xfrm: Fix potential null pointer dereference in xdst_queue_output
by Steffen Klassert
· 11 years ago
5b2941b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 11 years ago
b7e092c
netfilter: ctnetlink: fix uninitialized variable
by Florian Westphal
· 11 years ago
4ad3622
netfilter: add IPv6 SYNPROXY target
by Patrick McHardy
· 11 years ago
81eb6a1
net: syncookies: export cookie_v6_init_sequence/cookie_v6_check
by Patrick McHardy
· 11 years ago
48b1de4
netfilter: add SYNPROXY core/target
by Patrick McHardy
· 11 years ago
0198230
net: syncookies: export cookie_v4_init_sequence/cookie_v4_check
by Patrick McHardy
· 11 years ago
41d73ec
netfilter: nf_conntrack: make sequence number adjustments usuable without NAT
by Patrick McHardy
· 11 years ago
706f515
netfilter: nf_defrag_ipv6.o included twice
by Nathan Hintz
· 11 years ago
affe759
netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridged
by Phil Oester
· 11 years ago
5828cd9
openvswitch: optimize flow compare and mask functions
by Andy Zhou
· 11 years ago
decf4f3
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 11 years ago
b1dcdc6
net: tcp_probe: allow more advanced ingress filtering by mark
by Daniel Borkmann
· 11 years ago
dbcae08
libceph: create_singlethread_workqueue() doesn't return ERR_PTRs
by Dan Carpenter
· 11 years ago
b72e19b
libceph: potential NULL dereference in ceph_osdc_handle_map()
by Dan Carpenter
· 11 years ago
1874119
libceph: fix error handling in handle_reply()
by Dan Carpenter
· 11 years ago
d661684
net: Check the correct namespace when spoofing pid over SCM_RIGHTS
by Andy Lutomirski
· 11 years ago
0223737
openvswitch: Rename key_len to key_end
by Andy Zhou
· 11 years ago
a175a72
openvswitch: Add SCTP support
by Joe Stringer
· 11 years ago
b05930f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
50192ab
fs/9p: avoid accessing utsname after namespace has been torn down
by Will Deacon
· 11 years ago
e0d6cb9
9p: send uevent after adding/removing mount_tag attribute
by Michael Marineau
· 11 years ago
9c9c9ad
ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbs
by Hannes Frederic Sowa
· 11 years ago
5a25cf1
xfrm: revert ipv4 mtu determination to dst_mtu
by Hannes Frederic Sowa
· 11 years ago
a986553
mac80211: fix change_interface queue assignments
by Johannes Berg
· 11 years ago
b4de77a
ipip: potential race in ip_tunnel_init_net()
by Dan Carpenter
· 11 years ago
03f0d91
openvswitch: Mega flow implementation
by Andy Zhou
· 11 years ago
3fa34de
openvswitch: check CONFIG_OPENVSWITCH_GRE in makefile
by Cong Wang
· 11 years ago
2694838
openvswitch: Fix argument descriptions in vport.c.
by Justin Pettit
· 11 years ago
2537b4d
openvswitch:: link upper device for port devices
by Jiri Pirko
· 11 years ago
76a66c7
openvswitch: Use non rcu hlist_del() flow table entry.
by Pravin B Shelar
· 11 years ago
59a35d6
openvswitch: Use RCU lock for dp dump operation.
by Pravin B Shelar
· 11 years ago
d57170b
openvswitch: Use RCU lock for flow dump operation.
by Pravin B Shelar
· 11 years ago
81ca2ff
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
d70b761
mac80211: ignore (E)CSA in probe response frames
by Johannes Berg
· 11 years ago
Next »