Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
244dc4e54b73567fae7f8fd9ba56584be9375442
/
net
« Previous
a71996f
netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skb
by Alexey Dobriyan
· 16 years ago
678d667
netfilter: netns nf_conntrack: cleanup after L3 and L4 proto unregister in every netns
by Alexey Dobriyan
· 16 years ago
6804793
netfilter: netns nf_conntrack: unregister helper in every netns
by Alexey Dobriyan
· 16 years ago
b76a461
netns: export netns list
by Alexey Dobriyan
· 16 years ago
5e6b299
netfilter: netns nf_conntrack: per-netns /proc/net/ip_conntrack, /proc/net/stat/ip_conntrack, /proc/net/ip_conntrack_expect
by Alexey Dobriyan
· 16 years ago
dc5129f
netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack_expect
by Alexey Dobriyan
· 16 years ago
b2ce2c7
netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack, /proc/net/stat/nf_conntrack
by Alexey Dobriyan
· 16 years ago
74c51a1
netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook
by Alexey Dobriyan
· 16 years ago
a702a65
netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()
by Alexey Dobriyan
· 16 years ago
63c9a26
netfilter: netns nf_conntrack: per-netns unconfirmed list
by Alexey Dobriyan
· 16 years ago
9b03f38
netfilter: netns nf_conntrack: per-netns expectations
by Alexey Dobriyan
· 16 years ago
b21f890
netfilter: netns: fix {ip,6}_route_me_harder() in netns
by Alexey Dobriyan
· 16 years ago
400dad3
netfilter: netns nf_conntrack: per-netns conntrack hash
by Alexey Dobriyan
· 16 years ago
49ac871
netfilter: netns nf_conntrack: per-netns conntrack count
by Alexey Dobriyan
· 16 years ago
5a1fb39
netfilter: netns nf_conntrack: add ->ct_net -- pointer from conntrack to netns
by Alexey Dobriyan
· 16 years ago
dfdb8d7
netfilter: netns nf_conntrack: add netns boilerplate
by Alexey Dobriyan
· 16 years ago
e10aad9
netfilter: netns: ip6t_REJECT in netns for real
by Alexey Dobriyan
· 16 years ago
7dd1b8d
netfilter: netns: ip6table_mangle in netns for real
by Alexey Dobriyan
· 16 years ago
1339dd9
netfilter: netns: ip6table_raw in netns for real
by Alexey Dobriyan
· 16 years ago
48dc786
netfilter: netns: remove nf_*_net() wrappers
by Alexey Dobriyan
· 16 years ago
55b69e9
netfilter: implement NFPROTO_UNSPEC as a wildcard for extensions
by Jan Engelhardt
· 16 years ago
ee999d8
netfilter: x_tables: use NFPROTO_* in extensions
by Jan Engelhardt
· 16 years ago
7e9c6ee
netfilter: Introduce NFPROTO_* constants
by Jan Engelhardt
· 16 years ago
079aa88
netfilter: xt_recent: IPv6 support
by Jan Engelhardt
· 16 years ago
e948b20
netfilter: rename ipt_recent to xt_recent
by Jan Engelhardt
· 16 years ago
76108ce
netfilter: Use unsigned types for hooknum and pf vars
by Jan Engelhardt
· 16 years ago
075f664
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
9d2c27e
tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.
by Daniele Lacamera
· 16 years ago
58ec3b4
net: Fix netdev_run_todo dead-lock
by Herbert Xu
· 16 years ago
b8bae41
ipv4: add mc_count to in_device.
by Rami Rosen
· 16 years ago
53240c2
tcp: Fix possible double-ack w/ user dma
by Ali Saidi
· 16 years ago
b6c40d6
net: only invoke dev->change_rx_flags when device is UP
by Patrick McHardy
· 16 years ago
be713a4
netns: make uplitev6 mib per/namespace
by Denis V. Lunev
· 16 years ago
0c7ed67
netns: make udpv6 mib per/namespace
by Denis V. Lunev
· 16 years ago
e43291c
netns: add stub functions for per/namespace mibs allocation
by Denis V. Lunev
· 16 years ago
ab38dc7
netns: allow per device ipv6 snmp statistics in non-initial namespace
by Denis V. Lunev
· 16 years ago
2b4209e
netns: register global ipv6 mibs statistics in each namespace
by Denis V. Lunev
· 16 years ago
7b43cce
ipv6: separate seq_ops for global & per/device ipv6 statistics
by Denis V. Lunev
· 16 years ago
35f0a5d
ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.c
by Denis V. Lunev
· 16 years ago
06f3852
netns: register /proc/net/dev_snmp6/* in each ns
by Denis V. Lunev
· 16 years ago
835bcc0
netns: move /proc/net/dev_snmp6 to struct net
by Denis V. Lunev
· 16 years ago
4a7e560
tcp: cleanup messy initializer
by Ilpo Järvinen
· 16 years ago
33f5f57
tcp: kill pointless urg_mode
by Ilpo Järvinen
· 16 years ago
654bed1
net: packet split receive api
by Peter Zijlstra
· 16 years ago
c57943a
net: wrap sk->sk_backlog_rcv()
by Peter Zijlstra
· 16 years ago
b339a47
ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()
by Peter Zijlstra
· 16 years ago
68fffc6
ipv6: clean up ip6_route_net_init() error handling
by Peter Zijlstra
· 16 years ago
2354261
inet: Don't lookup the socket if there's a socket attached to the skb
by KOVACS Krisztian
· 16 years ago
607c4aa
inet: Add udplib_lookup_skb() helpers
by KOVACS Krisztian
· 16 years ago
9a1f27c
inet_hashtables: Add inet_lookup_skb helpers
by Arnaldo Carvalho de Melo
· 16 years ago
ad788b5
mac80211: avoid "Wireless Event too big" message for assoc response
by John W. Linville
· 16 years ago
cccf129
mac80211: add the 'minstrel' rate control algorithm
by Felix Fietkau
· 16 years ago
870abdf
mac80211: add multi-rate retry support
by Felix Fietkau
· 16 years ago
76708de
mac80211: free up 2 bytes in skb->cb
by Felix Fietkau
· 16 years ago
417bd25
rfkill: update LEDs for all state changes
by Henrique de Moraes Holschuh
· 16 years ago
f74b6a5
mac80211: remove redundant check in ieee80211_master_start_xmit (net/mac80211/tx.c)
by Rami Rosen
· 16 years ago
5d6ffc5
wireless: fix typo in Kconfig.
by Davide Pesavento
· 16 years ago
8ef9dad
mac80211: remove shadowed variables in ieee80211_master_start_xmit
by Tomas Winkler
· 16 years ago
74af025
wireless: restore revert lost to merge damage
by Linus Torvalds
· 16 years ago
a5e8546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into lvs-next-2.6
by Simon Horman
· 16 years ago
cb7f6a7
IPVS: Move IPVS to net/netfilter/ipvs
by Julius Volz
· 16 years ago
859f4c7
netrom: Fix sock_orphan() use in nr_release
by Jarek Poplawski
· 16 years ago
33d1d2c
ax25: Quick fix for making sure unaccepted sockets get destroyed.
by David S. Miller
· 16 years ago
88a944e
Revert "ax25: Fix std timer socket destroy handling."
by David S. Miller
· 16 years ago
c700448
tcp: Respect SO_RCVLOWAT in tcp_poll().
by David S. Miller
· 16 years ago
6252352
pkt_sched: Simplify dev_requeue_skb and dequeue_skb
by Jarek Poplawski
· 16 years ago
554794d
pkt_sched: Fix handling of gso skbs on requeuing
by Jarek Poplawski
· 16 years ago
13c1d18
xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)
by Arnaud Ebalard
· 16 years ago
02a4761
Phonet: implement GPRS virtual interface over PEP socket
by Rémi Denis-Courmont
· 16 years ago
c41bd97f8
Phonet: receive pipe control requests as out-of-band data
by Rémi Denis-Courmont
· 16 years ago
9641458
Phonet: Pipe End Point for Phonet Pipes protocol
by Rémi Denis-Courmont
· 16 years ago
9995a32
Phonet: connected sockets glue
by Rémi Denis-Courmont
· 16 years ago
2553282
Phonet: modules auto-loading support
by Rémi Denis-Courmont
· 16 years ago
e69c4e0
sctp: correctly save sctp_adaptation from parameter.
by Vlad Yasevich
· 16 years ago
96cd0d3
sctp: enable cookie-echo retransmission transport switch
by Vlad Yasevich
· 16 years ago
8190f89
sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUES
by Wei Yongjun
· 16 years ago
536428a
sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT state
by Wei Yongjun
· 16 years ago
52cae8f
sctp: try harder to figure out address family when checking wildcards
by Vlad Yasevich
· 16 years ago
c226ef9
sctp: reduce memory footprint of sctp_chunk structure
by Neil Horman
· 16 years ago
845b8ed
sctp: Retransmit list is ineligable for missing indications
by Vlad Yasevich
· 16 years ago
ab5216a
sctp: Optimize SFR-CACC transport list walking during SACK processing
by Vlad Yasevich
· 16 years ago
2cd9b82
sctp: Only mark chunks as missing when there are gaps
by Vlad Yasevich
· 16 years ago
bcd4130
udp: Export UDP socket lookup function
by KOVACS Krisztian
· 16 years ago
a3116ac
tcp: Port redirection support for TCP
by KOVACS Krisztian
· 16 years ago
86b08d8
ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible
by KOVACS Krisztian
· 16 years ago
88ef4a5
tcp: Handle TCP SYN+ACK/ACK/RST transparency
by KOVACS Krisztian
· 16 years ago
1668e01
ipv4: Make inet_sock.h independent of route.h
by KOVACS Krisztian
· 16 years ago
b9fb150
ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is set
by Tóth László Attila
· 16 years ago
f5715ae
ipv4: Implement IP_TRANSPARENT socket option
by KOVACS Krisztian
· 16 years ago
a210d01
ipv4: Loosen source address check on IPv4 output
by Julian Anastasov
· 16 years ago
4edd87a
net: BUG instead of corrupting memory in pskb_expand_head
by Herbert Xu
· 16 years ago
12a169e
ipsec: Put dumpers on the dump list
by Herbert Xu
· 16 years ago
b262e60
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0523820
af_key: Free dumping state on socket close
by Timo Teras
· 16 years ago
93c8b90
ipv6: almost identical frag hashing funcs combined
by Ilpo Järvinen
· 16 years ago
5dc121e
XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep
by Arnaud Ebalard
· 16 years ago
04a4bb5
net: add skb_recycle_check() to enable netdriver skb recycling
by Lennert Buytenhek
· 16 years ago
2a5b827
ipv6: NULL pointer dereferrence in tcp_v6_send_ack
by Denis V. Lunev
· 16 years ago
788df73
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
4dd7972
tcp: Fix NULL dereference in tcp_4_send_ack()
by Vitaliy Gusev
· 16 years ago
Next »