index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-16
udp: Use hlist_nulls in UDP RCU code
Eric Dumazet
2
-37
/
+36
2008-11-16
TPROXY: implemented IP_RECVORIGDSTADDR socket option
Balazs Scheidler
1
-1
/
+39
2008-11-16
ipv4: Fix ARP behavior with many mac-vlans
Ben Greear
1
-11
/
+11
2008-11-14
net: speedup dst_release()
Eric Dumazet
1
-2
/
+4
2008-11-13
pkt_sched: Remove qdisc->ops->requeue() etc.
Jarek Poplawski
16
-377
/
+4
2008-11-12
netdevice: safe convert to netdev_priv() #part-4
Wang Chen
9
-30
/
+32
2008-11-12
net: Remove unused parameter of xfrm_gen_index()
Arnaud Ebalard
1
-3
/
+3
2008-11-12
net: Cleanup of neighbour code
Eric Dumazet
1
-9
/
+3
2008-11-12
net: ib_net pointer should depends on CONFIG_NET_NS
Eric Dumazet
2
-5
/
+5
2008-11-12
dccp: Resolve dependencies of features on choice of CCID
Gerrit Renker
4
-0
/
+168
2008-11-12
dccp: Query supported CCIDs
Gerrit Renker
4
-0
/
+59
2008-11-12
dccp: Registration routines for changing feature values
Gerrit Renker
4
-28
/
+197
2008-11-12
dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
3
-41
/
+8
2008-11-11
net: remove struct dst_entry::entry_size
Alexey Dobriyan
5
-7
/
+0
2008-11-11
net: remove struct neigh_table::pde
Alexey Dobriyan
1
-3
/
+2
2008-11-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
12
-56
/
+174
2008-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
11
-38
/
+114
2008-11-10
dsa: fix master interface allmulti/promisc handling
Lennert Buytenhek
1
-2
/
+70
2008-11-10
dsa: fix skb->pkt_type when mac address of slave interface differs
Lennert Buytenhek
3
-0
/
+3
2008-11-10
net: fix setting of skb->tail in skb_recycle_check()
Lennert Buytenhek
1
-1
/
+1
2008-11-10
net: fix /proc/net/snmp as memory corruptor
Eric Dumazet
1
-28
/
+30
2008-11-10
mac80211: fix a buffer overrun in station debug code
Jianjun Kong
1
-1
/
+1
2008-11-10
pktgen: add full reset functionality
Jesse Brandeburg
1
-0
/
+22
2008-11-10
netfilter: payload_len is be16, add size of struct rather than size of pointer
Harvey Harrison
1
-1
/
+2
2008-11-10
ipv6: fix ip6_mr_init error path
Benjamin Thery
1
-4
/
+5
2008-11-10
Phonet: use net_device built-in stats for GPRS
RĂ©mi Denis-Courmont
1
-20
/
+13
2008-11-10
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
6
-12
/
+9
2008-11-10
vlan: Fix typos in proc output string
Ferenc Wagner
1
-1
/
+1
2008-11-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
15
-80
/
+349
2008-11-10
cfg80211: Add kdoc for struct regulatory_request
Luis R. Rodriguez
1
-3
/
+19
2008-11-10
cfg80211: Add regulatory domain intersection capability
Luis R. Rodriguez
1
-8
/
+158
2008-11-10
cfg80211: a reg rule is invalid if freq diff is 0
Luis R. Rodriguez
1
-1
/
+1
2008-11-10
mac80211: Allow AP mode to be enabled
Jouni Malinen
1
-0
/
+2
2008-11-10
mac80211: fix basic rates setting from association response
Tomas Winkler
1
-6
/
+12
2008-11-10
nl80211: Add TX queue parameter configuration
Jouni Malinen
2
-5
/
+87
2008-11-10
nl80211: Add basic rate configuration for AP mode
Jouni Malinen
2
-0
/
+26
2008-11-10
wireless: implement basic rate helper function
Johannes Berg
1
-0
/
+19
2008-11-10
wireless: fix two bad print_ssid conversions
Holger Schurig
1
-0
/
+4
2008-11-10
mac80211: Add a new event in ieee80211_ampdu_mlme_action
Sujith
1
-1
/
+9
2008-11-10
mac80211: remove SSID driver code
Johannes Berg
4
-45
/
+3
2008-11-10
wireless: fix a few sparse warnings
Johannes Berg
3
-3
/
+2
2008-11-10
wireless: move mesh config length constant
Johannes Berg
3
-6
/
+3
2008-11-10
mac80211: print reason code for deauth/dissoc frames
Zhu Yi
1
-2
/
+4
2008-11-09
net: unix: fix inflight counting bug in garbage collector
Miklos Szeredi
2
-19
/
+61
2008-11-07
tipc: trivial endian annotation in debug statement
Harvey Harrison
1
-1
/
+1
2008-11-07
pkt_sched: Control group classifier
Thomas Graf
3
-0
/
+302
2008-11-07
net: Guaranetee the proper ordering of the loopback device. v2
Eric W. Biederman
1
-5
/
+17
2008-11-07
net: fib_rules ordering fixes.
Eric W. Biederman
1
-3
/
+4
2008-11-07
Revert "net: Guaranetee the proper ordering of the loopback device."
David S. Miller
1
-12
/
+0
2008-11-07
Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...
David S. Miller
1
-27
/
+65
[next]