Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8f15ea42b64941001a401cf855a0869e24f3a845
/
net
7a12122
net: Remove unused parameter of xfrm_gen_index()
by Arnaud Ebalard
· 16 years ago
e42ea98
net: Cleanup of neighbour code
by Eric Dumazet
· 16 years ago
7a9546e
net: ib_net pointer should depends on CONFIG_NET_NS
by Eric Dumazet
· 16 years ago
9eca0a4
dccp: Resolve dependencies of features on choice of CCID
by Gerrit Renker
· 16 years ago
d90ebcb
dccp: Query supported CCIDs
by Gerrit Renker
· 16 years ago
e8ef967
dccp: Registration routines for changing feature values
by Gerrit Renker
· 16 years ago
f74e91b
dccp: Limit feature negotiation to connection setup phase
by Gerrit Renker
· 16 years ago
6bb3ce2
net: remove struct dst_entry::entry_size
by Alexey Dobriyan
· 16 years ago
9b739ba
net: remove struct neigh_table::pde
by Alexey Dobriyan
· 16 years ago
7e452ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0a4cf2c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
df02c6f
dsa: fix master interface allmulti/promisc handling
by Lennert Buytenhek
· 16 years ago
14ee674
dsa: fix skb->pkt_type when mac address of slave interface differs
by Lennert Buytenhek
· 16 years ago
5cd33db
net: fix setting of skb->tail in skb_recycle_check()
by Lennert Buytenhek
· 16 years ago
b971e7a
net: fix /proc/net/snmp as memory corruptor
by Eric Dumazet
· 16 years ago
013cd39
mac80211: fix a buffer overrun in station debug code
by Jianjun Kong
· 16 years ago
eb37b41
pktgen: add full reset functionality
by Jesse Brandeburg
· 16 years ago
b7b45f4
netfilter: payload_len is be16, add size of struct rather than size of pointer
by Harvey Harrison
· 16 years ago
87b30a6
ipv6: fix ip6_mr_init error path
by Benjamin Thery
· 16 years ago
9b1582d
Phonet: use net_device built-in stats for GPRS
by Rémi Denis-Courmont
· 16 years ago
fb28ad3
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
309f796
vlan: Fix typos in proc output string
by Ferenc Wagner
· 16 years ago
2377989
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
5166ccd
cfg80211: Add kdoc for struct regulatory_request
by Luis R. Rodriguez
· 16 years ago
9c96477
cfg80211: Add regulatory domain intersection capability
by Luis R. Rodriguez
· 16 years ago
d71aaf6
cfg80211: a reg rule is invalid if freq diff is 0
by Luis R. Rodriguez
· 16 years ago
fbf1892
mac80211: Allow AP mode to be enabled
by Jouni Malinen
· 16 years ago
d61272c
mac80211: fix basic rates setting from association response
by Tomas Winkler
· 16 years ago
3188848
nl80211: Add TX queue parameter configuration
by Jouni Malinen
· 16 years ago
90c97a0
nl80211: Add basic rate configuration for AP mode
by Jouni Malinen
· 16 years ago
bd81525
wireless: implement basic rate helper function
by Johannes Berg
· 16 years ago
2a941ec
wireless: fix two bad print_ssid conversions
by Holger Schurig
· 16 years ago
8469cde
mac80211: Add a new event in ieee80211_ampdu_mlme_action
by Sujith
· 16 years ago
41bb73e
mac80211: remove SSID driver code
by Johannes Berg
· 16 years ago
2df7816
wireless: fix a few sparse warnings
by Johannes Berg
· 16 years ago
1239cd5
wireless: move mesh config length constant
by Johannes Berg
· 16 years ago
97c8b01
mac80211: print reason code for deauth/dissoc frames
by Zhu Yi
· 16 years ago
6209344
net: unix: fix inflight counting bug in garbage collector
by Miklos Szeredi
· 16 years ago
f574179
tipc: trivial endian annotation in debug statement
by Harvey Harrison
· 16 years ago
f400923
pkt_sched: Control group classifier
by Thomas Graf
· 16 years ago
505d4f7
net: Guaranetee the proper ordering of the loopback device. v2
by Eric W. Biederman
· 16 years ago
5d6d480
net: fib_rules ordering fixes.
by Eric W. Biederman
· 16 years ago
3d8160b
Revert "net: Guaranetee the proper ordering of the loopback device."
by David S. Miller
· 16 years ago
167c627
Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by David S. Miller
· 16 years ago
5c7f033
phonet: sparse annotations of protocol, remove forward declaration
by Harvey Harrison
· 16 years ago
ca62059
ipvs: oldlen, newlen should be be16, not be32
by Harvey Harrison
· 16 years ago
70e9067
af_key: mark policy as dead before destroying
by Alexey Dobriyan
· 16 years ago
76acfdb
net: mark flow_cache_cpu_prepare() as __init
by Alexey Dobriyan
· 16 years ago
9eeda9a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
4bab0ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
ca409d6e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 16 years ago
39d4e58
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 16 years ago
3b53fbf
net: Fix recursive descent in __scm_destroy().
by David S. Miller
· 16 years ago
f8d570a
net: Fix recursive descent in __scm_destroy().
by David Miller
· 16 years ago
4a9d916
Fix logic error in rfkill_check_duplicity
by Jonathan McDowell
· 16 years ago
305d552
bonding: send IPv6 neighbor advertisement on failover
by Brian Haley
· 16 years ago
0a36b34
net: Don't leak packets when a netns is going down
by Eric W. Biederman
· 16 years ago
ae33bc4
net: Guaranetee the proper ordering of the loopback device.
by Eric W. Biederman
· 16 years ago
d0c082c
netns: Delete virtual interfaces during namespace cleanup
by Eric W. Biederman
· 16 years ago
b0d5fde
net/9p: fix printk format warnings
by Randy Dunlap
· 16 years ago
9f3e9bb
unsigned fid->fid cannot be negative
by Roel Kluin
· 16 years ago
1558c62
9p: rdma: remove duplicated #include
by Huang Weiyi
· 16 years ago
45abdf1
p9: Fix leak of waitqueue in request allocation path
by Tom Tucker
· 16 years ago
82b189e
9p: Remove unneeded free of fcall for Flush
by Tom Tucker
· 16 years ago
cac23d6
9p: Make all client spin locks IRQ safe
by Tom Tucker
· 16 years ago
517ac45
9p: rdma: Set trans prior to requesting async connection ops
by Tom Tucker
· 16 years ago
518a09e
tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.
by David S. Miller
· 16 years ago
efb9a8c
netfilter: netns ct: walk netns list under RTNL
by Alexey Dobriyan
· 16 years ago
e3ec6cf
ipv6: fix run pending DAD when interface becomes ready
by Benjamin Thery
· 16 years ago
270acef
net: sk_free_datagram() should use sk_mem_reclaim_partial()
by Eric Dumazet
· 16 years ago
b22cecd
net/9p: fix printk format warnings
by Randy Dunlap
· 16 years ago
d99a7bd
dccp: Cleanup routines for feature negotiation
by Gerrit Renker
· 16 years ago
ac75773
dccp: Per-socket initialisation of feature negotiation
by Gerrit Renker
· 16 years ago
61e6473
dccp: List management for new feature negotiation
by Gerrit Renker
· 16 years ago
7d43d1a0
dccp: Implement lookup table for feature-negotiation information
by Gerrit Renker
· 16 years ago
bd012f2
dccp: Basic data structure for feature negotiation
by Gerrit Renker
· 16 years ago
9b22ea5
net: fix packet socket delivery in rx irq handler
by Patrick McHardy
· 16 years ago
79654a7
xfrm: Have af-specific init_tempsel() initialize family field of temporary selector
by Andreas Steffen
· 16 years ago
75fa677
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
d2ad3ca
net/: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
265eb67
netem: eliminate unneeded return values
by Stephen Hemminger
· 16 years ago
bbb770e
xfrm: Fix xfrm_policy_gc_lock handling.
by Alexey Dobriyan
· 16 years ago
ab29109
net: remove two duplicated #include
by Jianjun Kong
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
24f8b23
net: increase receive packet quantum
by Stephen Hemminger
· 16 years ago
4814893
IPVS: Remove supports_ipv6 scheduler flag
by Julius Volz
· 16 years ago
4454837
IPVS: Add IPv6 support to LBLC/LBLCR schedulers
by Julius Volz
· 16 years ago
67305eb
pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset()
by Jarek Poplawski
· 16 years ago
5799de0
net: clean up net/ipv4/tcp_ipv4.c
by Jianjun Kong
· 16 years ago
539afed
net: clean up net/ipv4/devinet.c
by Jianjun Kong
· 16 years ago
f4cca7f
net: clean up net/ipv4/pararp.c
by Jianjun Kong
· 16 years ago
fd3f8c4
net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c
by Jianjun Kong
· 16 years ago
a1caa32
XFRM: copy_to_user_kmaddress() reports local address twice
by Arnaud Ebalard
· 16 years ago
c354e12
net: clean up net/ipv4/ipmr.c
by Jianjun Kong
· 16 years ago
09cb105
net: clean up net/ipv4/ip_sockglue.c tcp_output.c
by Jianjun Kong
· 16 years ago
a7e9ff7
net: clean up net/ipv4/igmp.c
by Jianjun Kong
· 16 years ago
6ed2533
net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c
by Jianjun Kong
· 16 years ago
5a5f3a8
net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c
by Jianjun Kong
· 16 years ago
d9319100
net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c
by Jianjun Kong
· 16 years ago
e0db4a7
sunrpc: Fix build warning due to typo in %pI4 format changes.
by David S. Miller
· 16 years ago
Next »