Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
32f5376003920a8bc1bd97c6cddcf42df0b6a833
/
net
32f5376
netfilter: nf_ct_helper: disable automatic helper re-assignment of different type
by Pablo Neira Ayuso
· 13 years ago
fd7462d
netfilter: ctnetlink: fix NULL dereference while trying to change helper
by Pablo Neira Ayuso
· 13 years ago
6fac262
ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.
by David S. Miller
· 13 years ago
82f437b
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 13 years ago
12f7a50
netfilter: add user-space connection tracking helper infrastructure
by Pablo Neira Ayuso
· 13 years ago
ae243be
netfilter: ctnetlink: add CTA_HELP_INFO attribute
by Pablo Neira Ayuso
· 13 years ago
8c88f87
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
by Pablo Neira Ayuso
· 13 years ago
9cb0176
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
by Pablo Neira Ayuso
· 13 years ago
1afc567
netfilter: nf_ct_helper: implement variable length helper private data
by Pablo Neira Ayuso
· 13 years ago
3cf4c7e
netfilter: nf_ct_ext: support variable length extensions
by Pablo Neira Ayuso
· 13 years ago
3a8fc53
netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names
by Pablo Neira Ayuso
· 13 years ago
aee289b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e8803b6
Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route"
by David S. Miller
· 13 years ago
42ae66c
ipv6: Fix types of ip6_update_pmtu().
by David S. Miller
· 13 years ago
7e52b33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
2a0c451
ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route
by Thomas Graf
· 13 years ago
62b1a8a
net: remove skb_orphan_try()
by Eric Dumazet
· 13 years ago
81aded2
ipv6: Handle PMTU in ICMP error handlers.
by David S. Miller
· 13 years ago
3639339
ipv4: Handle PMTU in all ICMP error handlers.
by David S. Miller
· 13 years ago
b3908e2
dcbnl: Use BUG_ON() instead of BUG()
by Thomas Graf
· 13 years ago
39912f9
dcbnl: Silence harmless gcc warning about uninitialized reply_nlh
by Thomas Graf
· 13 years ago
954fba0
netpoll: fix netpoll_send_udp() bugs
by Eric Dumazet
· 13 years ago
7a282bc3
dcbnl: Use type safe nlmsg_data()
by Thomas Graf
· 13 years ago
4e4f2f6
dcbnl: Move dcb app allocation into dcb_app_add()
by Thomas Graf
· 13 years ago
716b31a
dcbnl: Move dcb app lookup code into dcb_app_lookup()
by Thomas Graf
· 13 years ago
3d1f486
dcbnl: Return consistent error codes
by Thomas Graf
· 13 years ago
ab6d470
dcbnl: Use dcbnl_newmsg() where possible
by Thomas Graf
· 13 years ago
77c6849
dcbnl: Remove now unused dcbnl_reply()
by Thomas Graf
· 13 years ago
7be9941
dcbnl: Shorten all command handling functions
by Thomas Graf
· 13 years ago
33a03aa
dcbnl: Prepare framework to shorten handling functions
by Thomas Graf
· 13 years ago
43b03f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
2da45db
ethtool: Make more commands available to unprivileged processes
by Ben Hutchings
· 13 years ago
95603e2
net-next: add dev_loopback_xmit() to avoid duplicate code
by Michel Machado
· 13 years ago
d0daebc3
ipv4: Add interface option to enable routing of 127.0.0.0/8
by Thomas Graf
· 13 years ago
5aa04d3
Merge branch 'master' of git://1984.lsi.us.es/net
by David S. Miller
· 13 years ago
0440507
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
de74e92
af_packet: use sizeof instead of constant in spkt_device
by danborkmann@iogearbox.net
· 13 years ago
352e04b
netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabled
by Pablo Neira Ayuso
· 13 years ago
67da255
Merge branch 'master' of git://1984.lsi.us.es/net-next
by David S. Miller
· 13 years ago
2e486868
Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0
by John W. Linville
· 13 years ago
ed6be3d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 13 years ago
7b34ca2
inet: Avoid potential NULL peer dereference.
by David S. Miller
· 13 years ago
8b96d22
inet: Use FIB table peer roots in routes.
by David S. Miller
· 13 years ago
8e77327
inet: Add inetpeer tree roots to the FIB tables.
by David S. Miller
· 13 years ago
b48c80ece
inet: Add family scope inetpeer flushes.
by David S. Miller
· 13 years ago
4651700
ipv4: Kill ip_rt_frag_needed().
by David S. Miller
· 13 years ago
97bab73
inet: Hide route peer accesses behind helpers.
by David S. Miller
· 13 years ago
c0efc88
inet: Pass inetpeer root into inet_getpeer*() interfaces.
by David S. Miller
· 13 years ago
8b51b06
af_unix: remove unix_iter_state
by Eric Dumazet
· 13 years ago
2b823f7
ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.
by David S. Miller
· 13 years ago
56a6b24
inet: Consolidate inetpeer_invalidate_tree() interfaces.
by David S. Miller
· 13 years ago
c3426b4
inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c
by David S. Miller
· 13 years ago
2397849
[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.
by David S. Miller
· 13 years ago
4670fd8
tcp: Get rid of inetpeer special cases.
by David S. Miller
· 13 years ago
fbfe95a
inet: Create and use rt{,6}_get_peer_create().
by David S. Miller
· 13 years ago
c6c4b97
net/core: fix kernel-doc warnings
by Randy Dunlap
· 13 years ago
4399a4d
l2tp: fix a race in l2tp_ip_sendmsg()
by Eric Dumazet
· 13 years ago
7123aaa
af_unix: speedup /proc/net/unix
by Eric Dumazet
· 13 years ago
54db0cc
inetpeer: add parameter net for inet_getpeer_v4,v6
by Gao feng
· 13 years ago
c8a627e
inetpeer: add namespace support for inetpeer
by Gao feng
· 13 years ago
6aee4ca
mac80211: add back channel change flag
by Stanislaw Gruszka
· 13 years ago
58d1eab
NFC: Fix possible NULL ptr deref when getting the name of a socket
by Sasha Levin
· 13 years ago
2d8dbb0
snmp: fix OutOctets counter to include forwarded datagrams
by Vincent Bernat
· 13 years ago
80f12ec
Added kernel support in EEE Ethtool commands
by Yuval Mintz
· 13 years ago
94b6042
net: Update kernel-doc for __alloc_skb()
by Ben Hutchings
· 13 years ago
278f015
appletalk: Remove out of date message in printk
by Dave Jones
· 13 years ago
8bd7451
ipv6: fib: Restore NTF_ROUTER exception in fib6_age()
by Thomas Graf
· 13 years ago
4bd6683
net: neighbour: fix neigh_dump_info()
by Eric Dumazet
· 13 years ago
a06998b
net: l2tp_eth: fix kernel panic on rmmod l2tp_eth
by Eric Dumazet
· 13 years ago
4c809d6
netfilter: ipvs: switch hook PFs to nfproto
by Alban Crequy
· 13 years ago
89a48e3
netfilter: ipv4, defrag: switch hook PFs to nfproto
by Alban Crequy
· 13 years ago
aa740f4
netfilter: bridge: switch hook PFs to nfproto
by Alban Crequy
· 13 years ago
3d33bf2
netfilter: decnet: switch hook PFs to nfproto
by Alban Crequy
· 13 years ago
efdedd5
netfilter: xt_recent: add address masking option
by Denys Fedoryshchenko
· 13 years ago
1da6dd0
netfilter: NFQUEUE: don't xor src/dst ip address for load distribution
by Florian Westphal
· 13 years ago
8264deb
netfilter: nf_conntrack: add namespace support for cttimeout
by Gao feng
· 13 years ago
e76d0af
netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto
by Pablo Neira Ayuso
· 13 years ago
4f71d80
netfilter: nf_ct_gre: use new namespace support
by Gao feng
· 13 years ago
84c3945
netfilter: nf_ct_dccp: use new namespace support
by Gao feng
· 13 years ago
a8021fe
netfilter: nf_ct_udplite: add namespace support
by Gao feng
· 13 years ago
49d485a3
netfilter: nf_ct_sctp: add namespace support
by Gao feng
· 13 years ago
a7c439d
netfilter: nf_ct_ipv6: add namespace support
by Gao feng
· 13 years ago
3ea04dd
netfilter: nf_ct_ipv4: add namespace support
by Gao feng
· 13 years ago
7080ba0
netfilter: nf_ct_icmp: add namespace support
by Gao feng
· 13 years ago
4b626b9
netfilter: nf_ct_icmp: add namespace support
by Gao feng
· 13 years ago
0ce490a
netfilter: nf_ct_udp: add namespace support
by Gao feng
· 13 years ago
d2ba1fd
netfilter: nf_ct_tcp: add namespace support
by Gao feng
· 13 years ago
15f585b
netfilter: nf_ct_generic: add namespace support
by Gao feng
· 13 years ago
524a53e
netfilter: nf_conntrack: prepare namespace support for l3 protocol trackers
by Gao feng
· 13 years ago
2c352f4
netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers
by Gao feng
· 13 years ago
fdb694a
netfilter: Add fail-open support
by Krishna Kumar
· 13 years ago
68c07cb
netfilter: xt_connlimit: remove revision 0
by Cong Wang
· 13 years ago
d109e9a
netfilter: nf_ct_h323: fix bug in rtcp natting
by Pablo Neira Ayuso
· 13 years ago
d1992b1
netfilter: xt_HMARK: fix endianness and provide consistent hashing
by Hans Schillstrom
· 13 years ago
c1864cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
da2e852
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 13 years ago
2eb278e
mac80211: unify SW/offload remain-on-channel
by Johannes Berg
· 13 years ago
196ac1c
mac80211: do remain-on-channel while idle
by Johannes Berg
· 13 years ago
2e8d397
mac80211: add stations after AP start on reconfig
by Arik Nemtsov
· 13 years ago
ebf348f
cfg80211: validate remain-on-channel time better
by Johannes Berg
· 13 years ago
Next »