index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-17
40
-97
/
+192
|
\
|
*
cdc-eem: bad crc checking
Vincent CUISSARD
2009-07-17
1
-1
/
+1
|
*
ixgbe: Remove DPRINTK messages in DCB mode
Lucy Liu
2009-07-17
1
-4
/
+0
|
*
ixgbe: clear mac address data block in DCB mode
Lucy Liu
2009-07-17
1
-0
/
+2
|
*
sky2: revert shutdown changes
Stephen Hemminger
2009-07-17
1
-8
/
+1
|
*
net: sock_copy() fixes
Eric Dumazet
2009-07-17
2
-15
/
+37
|
*
E100: work around the driver using streaming DMA mapping for RX descriptors.
Krzysztof Halasa
2009-07-17
1
-0
/
+3
|
*
bonding: clean muticast addresses when device changes type
Moni Shoua
2009-07-17
1
-2
/
+10
|
*
atl1c: misplaced parenthesis
roel kluin
2009-07-17
1
-1
/
+1
|
*
atl1c: add missing parentheses
roel kluin
2009-07-17
1
-4
/
+4
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2009-07-17
4
-6
/
+28
|
|
\
|
|
*
netfilter: nf_conntrack: nf_conntrack_alloc() fixes
Eric Dumazet
2009-07-16
2
-4
/
+24
|
|
*
netfilter: xt_osf: fix nf_log_packet() arguments
Patrick McHardy
2009-07-16
1
-2
/
+3
|
|
*
netfilter: add netfilter git to MAINTAINERS
Joe Perches
2009-07-01
1
-0
/
+1
|
*
|
net/can: add module alias to can protocol drivers
Lothar Waßmann
2009-07-15
2
-0
/
+2
|
*
|
net/can bugfix: use after free bug in can protocol drivers
Lothar Waßmann
2009-07-15
2
-0
/
+6
|
*
|
Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...
David S. Miller
2009-07-14
5
-68
/
+44
|
*
|
skbuff.h: Fix comment for NET_IP_ALIGN
Tobias Klauser
2009-07-14
1
-2
/
+2
|
*
|
drivers/net: using spin_lock_irqsave() in net_send_packet()
Dongdong Deng
2009-07-14
2
-5
/
+7
|
*
|
NET: phy_device, fix lock imbalance
Jiri Slaby
2009-07-14
1
-1
/
+3
|
*
|
gre: fix ToS/DiffServ inherit bug
Andreas Jaggi
2009-07-14
1
-2
/
+2
|
*
|
igb: gcc-3.4.6 fix
Eric Dumazet
2009-07-13
1
-40
/
+37
|
*
|
atlx: duplicate testing of MCAST flag
roel kluin
2009-07-13
1
-1
/
+1
|
*
|
NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.
Ralf Baechle
2009-07-13
5
-44
/
+68
|
*
|
netdev: restore MTU change operation
Ben Hutchings
2009-07-12
11
-0
/
+11
|
*
|
netdev: restore MAC address set and validate operations
Ben Hutchings
2009-07-12
10
-2
/
+16
|
*
|
sit: fix regression: do not release skb->dst before xmit
Sascha Hlusiak
2009-07-12
1
-0
/
+1
|
*
|
net: ip_push_pending_frames() fix
Eric Dumazet
2009-07-12
2
-2
/
+0
|
*
|
net: sk_prot_alloc() should not blindly overwrite memory
Eric Dumazet
2009-07-12
1
-2
/
+17
*
|
|
gianfar: remove unused DECLARE_MAC_BUF
Johannes Berg
2009-07-15
1
-1
/
+0
*
|
|
net/compat/wext: send different messages to compat tasks
Johannes Berg
2009-07-15
8
-7
/
+160
*
|
|
wext: optimise, comment and fix event sending
Johannes Berg
2009-07-15
1
-57
/
+57
*
|
|
wireless extensions: make netns aware
Johannes Berg
2009-07-15
2
-32
/
+32
*
|
|
net: Rename lookup_neigh_params function
Tobias Klauser
2009-07-13
1
-3
/
+3
*
|
|
drivers/net/bonding: Adjust constant name
Julia Lawall
2009-07-13
1
-1
/
+2
*
|
|
dropmon: remove duplicated #include
Huang Weiyi
2009-07-13
1
-1
/
+0
*
|
|
net: remove redundant sched/ in net/Makefile
Changli Gao
2009-07-13
1
-1
/
+0
*
|
|
udpv6: Handle large incoming UDP/IPv6 packets and support software UFO
Sridhar Samudrala
2009-07-12
2
-3
/
+110
*
|
|
udpv6: Remove unused skb argument of ipv6_select_ident()
Sridhar Samudrala
2009-07-12
2
-15
/
+15
*
|
|
udpv6: Fix gso_size setting in ip6_ufo_append_data
Sridhar Samudrala
2009-07-12
1
-3
/
+5
*
|
|
udpv6: Fix HW checksum support for outgoing UFO packets
Sridhar Samudrala
2009-07-12
1
-1
/
+47
*
|
|
udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.
Sridhar Samudrala
2009-07-12
3
-1
/
+75
*
|
|
net: move and export get_net_ns_by_pid
Johannes Berg
2009-07-12
3
-20
/
+24
*
|
|
genetlink: make netns aware
Johannes Berg
2009-07-12
9
-63
/
+223
*
|
|
net: make namespace iteration possible under RCU
Johannes Berg
2009-07-12
2
-3
/
+14
*
|
|
netlink: use call_rcu for netlink_change_ngroups
Johannes Berg
2009-07-12
1
-4
/
+30
*
|
|
netlink: remove unused exports
Johannes Berg
2009-07-12
1
-2
/
+0
*
|
|
hwsim: make testmode_cmd static
Johannes Berg
2009-07-10
1
-1
/
+2
*
|
|
cfg80211: disallow configuring unsupported interfaces
Johannes Berg
2009-07-10
1
-2
/
+9
*
|
|
cfg80211: clean up naming once and for all
Johannes Berg
2009-07-10
7
-356
/
+356
[next]