Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
e1ec1b8ccdf0df6000faa8c2d985ca5f94157e5a
/
net
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
802fb17
[VLAN]: Proc entry is not renamed when vlan device name changes.
by Pavel Emelyanov
· 17 years ago
f32c5f2
[IPV6]: Fix ICMP relookup error path dst leak
by Herbert Xu
· 17 years ago
eac55bf
IPv6: do not create temporary adresses with too short preferred lifetime
by Benoit Boissinot
· 17 years ago
c6fbfac
IPv6: only update the lifetime of the relevant temporary address
by Benoit Boissinot
· 17 years ago
1905f6c
bluetooth : __rfcomm_dlc_close lock fix
by Dave Young
· 17 years ago
68845cb
bluetooth : use lockdep sub-classes for diffrent bluetooth protocol
by Dave Young
· 17 years ago
f0bdb7b
[IPV6] RAW: Remove ancient comment.
by YOSHIFUJI Hideaki
· 17 years ago
4965291
[ROSE/AX25] af_rose: rose_release() fix
by Jarek Poplawski
· 17 years ago
6c4711b
mac80211: use a struct for bss->mesh_config
by Luis Carlos Cobo
· 17 years ago
05e5e88
mac80211: check for mesh_config length on incoming management frames
by Luis Carlos Cobo
· 17 years ago
966a542
mac80211: use recent multicast table for all mesh multicast frames
by Luis Carlos Cobo
· 17 years ago
cb585bc
mac80211: fix spinlock recursion on sta expiration
by Luis Carlos Cobo
· 17 years ago
73bb3e4
mac80211: fix deadlocks in debugfs_netdev.c
by Luis Carlos Cobo
· 17 years ago
7e879b5
mac80211: fix sparse complaint in ieee80211_sta_def_wmm_params
by Johannes Berg
· 17 years ago
dc6676b
mac80211: sta_info_flush() fixes
by Johannes Berg
· 17 years ago
4f6fab4
mac80211: clean up sta_info_destroy() users wrt. RCU/locking
by Johannes Berg
· 17 years ago
93e5deb
mac80211: automatically free sta struct when insertion fails
by Johannes Berg
· 17 years ago
97bff8e
mac80211: fix sta_info_destroy(NULL)
by Johannes Berg
· 17 years ago
9dd6aed
mac80211 ibss: flush only stations belonging to current interface
by Johannes Berg
· 17 years ago
0675abd
net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bug
by Andrew Morton
· 17 years ago
d43c7b3
mac80211: correct use_short_preamble handling
by Vladimir Koutny
· 17 years ago
64f851e
mac80211: trigger ieee80211_sta_work after opening interface
by Jan Niehusmann
· 17 years ago
f83f176
[LLC]: skb allocation size for responses
by Joonwoo Park
· 17 years ago
dfb12eb
[IPV6][NETNS]: Display per-net info in sockstat6 file.
by Pavel Emelyanov
· 17 years ago
fd4e7b5
[IPV4][NETNS]: Display per-net info in sockstat file.
by Pavel Emelyanov
· 17 years ago
d0538ca
[SOCK][NETNS]: Register sockstat(6) files in each net.
by Pavel Emelyanov
· 17 years ago
70ee115
[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.
by Pavel Emelyanov
· 17 years ago
c29a0bc
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
by Pavel Emelyanov
· 17 years ago
8efa6e9
[NETNS]: Introduce a netns_core structure.
by Pavel Emelyanov
· 17 years ago
b50660f
[IP] UDP: Use SEQ_START_TOKEN.
by YOSHIFUJI Hideaki
· 17 years ago
4c7966b
[IPV6] MCAST: Ensure to check multicast listener(s).
by YOSHIFUJI Hideaki
· 17 years ago
9f09243
[LLC]: Kill llc_station_mac_sa symbol export.
by David S. Miller
· 17 years ago
4ad96d3
[UDP]: Remove owner from udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
3ba9441
[UDP]: Place file operations directly into udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
a2be75c
[UDP]: Cleanup /proc/udp[6] creation/removal.
by Denis V. Lunev
· 17 years ago
dda6192
[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
997feb5
[UDP]: No need to check afinfo != NULL in udp_proc_(un)register.
by Denis V. Lunev
· 17 years ago
6f191ef
[UDP]: Replace struct net on udp_iter_state with seq_net_private.
by Denis V. Lunev
· 17 years ago
a0f55e0
[NET]: Fix dev_alloc_skb() typo.
by David S. Miller
· 17 years ago
e8e16b7
[INET]: inet_frag_evictor() must run with BH disabled
by David S. Miller
· 17 years ago
bdcde3d
[SOCK]: Drop inuse pcounter from struct proto (v2).
by Pavel Emelyanov
· 17 years ago
60e7663
[SOCK]: Drop per-proto inuse init and fre functions (v2).
by Pavel Emelyanov
· 17 years ago
1338d46
[SOCK]: Introduce a percpu inuse counters array (v2).
by Pavel Emelyanov
· 17 years ago
13ff3d6
[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).
by Pavel Emelyanov
· 17 years ago
bc578a5
[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*
by Joe Perches
· 17 years ago
a5a0481
[LLC]: station source mac address
by Joonwoo Park
· 17 years ago
27785d8
[LLC]: bogus llc packet length
by Joonwoo Park
· 17 years ago
2ba2506
[NET]: Add preemption point in qdisc_run
by Herbert Xu
· 17 years ago
32aced7
[NET]: Don't send ICMP_FRAG_NEEDED for GSO packets
by Rusty Russell
· 17 years ago
d5fb296
bluetooth: replace deprecated RW_LOCK_UNLOCKED macros
by Robert P. J. Day
· 17 years ago
1483b87
[NET]: Add inline intent commentary to dev_alloc_skb().
by Denys Vlasenko
· 17 years ago
0736ffc
[IPV6] NEIGH: Optimize is_router check.
by YOSHIFUJI Hideaki
· 17 years ago
be01d65
[NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.
by YOSHIFUJI Hideaki
· 17 years ago
0a20450
[NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its function/variable.
by YOSHIFUJI Hideaki
· 17 years ago
3480c63
[LLC]: Restrict LLC sockets to root
by Patrick McHardy
· 17 years ago
8e8e438
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
ed85f2c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26
by David S. Miller
· 17 years ago
bc09dff
[SCTP]: Remove sctp_add_cmd_sf wrapper bloat
by Ilpo Järvinen
· 17 years ago
419ae74
[NET]: uninline skb_trim, de-bloats
by Ilpo Järvinen
· 17 years ago
8d33086
[NET]: uninline dst_release
by Ilpo Järvinen
· 17 years ago
c2aa270
[NET]: uninline skb_push, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
f58518e
[NET]: uninline dev_alloc_skb, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
6be8ac2
[NET]: uninline skb_pull, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
0dde3e1
[NET]: uninline skb_put, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
8eeee8b
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
by Denis V. Lunev
· 17 years ago
920fc94
[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access
by Thomas Graf
· 17 years ago
056cdd5
mac80211: reorder fields to make some structures smaller
by Johannes Berg
· 17 years ago
cee24a3
mac80211: A-MPDU MLME use dynamic allocation
by Ron Rindjunsky
· 17 years ago
6c507cd
cfg80211: don't export ieee80211_get_channel
by Johannes Berg
· 17 years ago
2470918
mac80211: fix wrong Rx A-MPDU control via debugfs
by Ron Rindjunsky
· 17 years ago
be89247
mac80211: silently accept deletion of non-existant key
by John W. Linville
· 17 years ago
5983a3d
[NETNS][IPV6] flowlabels - make proc per namespace
by Benjamin Thery
· 17 years ago
60e8fbc
[NETNS][IPV6] flowlabels - make flowlabels per namespace
by Benjamin Thery
· 17 years ago
6ab57e7
[NETNS][IPV6] anycast - handle several network namespace
by Daniel Lezcano
· 17 years ago
732c8bd
[IPSEC]: Fix BEET output
by Herbert Xu
· 17 years ago
a233352
[IPV6]: Fix potential net leak and oops in ipv6 routing code.
by Pavel Emelyanov
· 17 years ago
9b674e8
[TIPC]: Cosmetic cleanup of TIPC polling logic
by Allan Stephens
· 17 years ago
6772718
[VLAN]: Reduce memory consumed by vlan_groups
by Pavel Emelyanov
· 17 years ago
7c0ecc4
[ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).
by Pavel Emelyanov
· 17 years ago
789e41e
[NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted).
by Pavel Emelyanov
· 17 years ago
5c2e2e2
[AX25]: Remove obsolete references to BKL from TODO file.
by Robert P. J. Day
· 17 years ago
61ee6bd
[NET]: Fix multicast device ioctl checks
by Patrick McHardy
· 17 years ago
b34a95e
[NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c.
by Pavel Emelyanov
· 17 years ago
68528f0
[NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.
by Pavel Emelyanov
· 17 years ago
a24022e
[NETNS][ICMP]: Move ICMP sysctls on struct net.
by Pavel Emelyanov
· 17 years ago
1577519
[NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net.
by Pavel Emelyanov
· 17 years ago
8c7230f
[IRDA]: Store irnet_socket termios properly.
by David S. Miller
· 17 years ago
0ed21b3
[VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device
by Patrick McHardy
· 17 years ago
f49e1aa
[NETFILTER]: nf_conntrack_sip: update copyright
by Patrick McHardy
· 17 years ago
c7f485a
[NETFILTER]: nf_conntrack_sip: RTP routing optimization
by Patrick McHardy
· 17 years ago
0d0ab03
[NETFILTER]: nf_conntrack_sip: support multiple media channels
by Patrick McHardy
· 17 years ago
4ab9e64
[NETFILTER]: nf_nat_sip: split up SDP mangling
by Patrick McHardy
· 17 years ago
a9c1d35
[NETFILTER]: nf_conntrack_sip: create RTCP expectations
by Patrick McHardy
· 17 years ago
d901a93
[NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source address
by Patrick McHardy
· 17 years ago
0f32a40
[NETFILTER]: nf_conntrack_sip: create signalling expectations
by Patrick McHardy
· 17 years ago
c978cd3
[NETFILTER]: nf_nat_sip: translate all Contact headers
by Patrick McHardy
· 17 years ago
720ac70
[NETFILTER]: nf_nat_sip: translate all Via headers
by Patrick McHardy
· 17 years ago
2bbb211
[NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing helpers
by Patrick McHardy
· 17 years ago
9467ee3
[NETFILTER]: nf_conntrack_sip: flush expectations on call termination
by Patrick McHardy
· 17 years ago
Next »