Age | Commit message (Expand) | Author | Files | Lines |
2008-01-13 | [TOKENRING]: rif_timer not initialized properly | Eric Dumazet | 1 | -1/+1 |
2008-01-11 | [NETFILTER]: bridge: fix double POST_ROUTING invocation | Patrick McHardy | 1 | -6/+12 |
2008-01-10 | [NETFILTER]: xt_helper: Do not bypass RCU | Jan Engelhardt | 1 | -2/+2 |
2008-01-10 | [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bit | Yasuyuki Kozakai | 1 | -1/+1 |
2008-01-10 | [VLAN]: nested VLAN: fix lockdep's recursive locking warning | Jarek Poplawski | 1 | -1/+6 |
2008-01-10 | [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cache | Eric Dumazet | 1 | -3/+3 |
2008-01-10 | [BLUETOOTH]: rfcomm tty BUG_ON() code fix | Dave Young | 1 | -9/+13 |
2008-01-10 | [AX25] af_ax25: Possible circular locking. | Jarek Poplawski | 1 | -0/+12 |
2008-01-10 | [AX25]: Kill user triggable printks. | maximilian attems | 1 | -21/+18 |
2008-01-10 | [IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cache | Eric Dumazet | 1 | -3/+3 |
2008-01-10 | [NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parms | Pavel Emelyanov | 1 | -2/+2 |
2008-01-09 | [ATM]: Check IP header validity in mpc_send_packet | Herbert Xu | 1 | -0/+7 |
2008-01-08 | [IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect() | Brian Haley | 1 | -3/+3 |
2008-01-08 | [XFRM]: xfrm_algo_clone() allocates too much memory | Eric Dumazet | 1 | -11/+6 |
2008-01-08 | [LRO] Fix lro_mgr->features checks | Brice Goglin | 1 | -8/+8 |
2008-01-08 | [NET]: Clone the sk_buff 'iif' field in __skb_clone() | Paul Moore | 1 | -5/+6 |
2008-01-08 | [IPV4] ROUTE: ip_rt_dump() is unecessary slow | Eric Dumazet | 1 | -4/+4 |
2008-01-08 | [NET]: Stop polling when napi_disable() is pending. | David S. Miller | 1 | -2/+6 |
2008-01-08 | mac80211: return an error when SIWRATE doesn't match any rate | Andrew Lutomirski | 1 | -3/+3 |
2008-01-08 | [IRDA]: irda_create() nuke user triggable printk | maximilian attems | 1 | -2/+0 |
2008-01-08 | [SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT. | Vlad Yasevich | 1 | -0/+6 |
2008-01-08 | [SCTP]: Correctly handle AUTH parameters in unexpected INIT | Vlad Yasevich | 1 | -22/+0 |
2008-01-08 | [SCTP]: Fix the name of the authentication event. | Vlad Yasevich | 1 | -1/+1 |
2008-01-08 | [IPV4] ipconfig: Fix regression in ip command line processing | Amos Waterland | 1 | -4/+18 |
2008-01-08 | [IPV4] raw: Strengthen check on validity of iph->ihl | Herbert Xu | 1 | -1/+3 |
2008-01-04 | [INET]: Fix netdev renaming and inet address labels | Mark McLoughlin | 1 | -1/+1 |
2008-01-04 | [XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE | Eric Dumazet | 1 | -0/+2 |
2008-01-04 | [X25]: Add missing x25_neigh_put | Julia Lawall | 1 | -2/+3 |
2008-01-03 | NFS: add newline to kernel warning message in auth_gss code | James Morris | 1 | -1/+1 |
2007-12-29 | [BLUETOOTH]: put_device before device_del fix | Dave Young | 2 | -9/+2 |
2007-12-29 | [TCP]: use non-delayed ACK for congestion control RTT | Gavin McCullagh | 1 | -8/+11 |
2007-12-28 | [IPV4] Fix ip=dhcp regression | Simon Horman | 1 | -0/+1 |
2007-12-26 | [IPV4]: Fix ip command line processing. | Simon Horman | 1 | -6/+4 |
2007-12-26 | [NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibility | Patrick McHardy | 2 | -2/+6 |
2007-12-26 | mac80211: warn when receiving frames with unaligned data | Johannes Berg | 1 | -0/+13 |
2007-12-26 | mac80211: round station cleanup timer | Johannes Berg | 1 | -2/+5 |
2007-12-21 | [IPV4]: OOPS with NETLINK_FIB_LOOKUP netlink socket | Denis V. Lunev | 1 | -3/+6 |
2007-12-20 | [NET]: Fix function put_cmsg() which may cause usr application memory overflow | Wei Yongjun | 2 | -0/+4 |
2007-12-20 | [NETFILTER] ipv4: Spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-20 | [NETFILTER]: Spelling fixes | Joe Perches | 1 | -2/+2 |
2007-12-20 | [SCTP]: Spelling fixes | Joe Perches | 1 | -4/+4 |
2007-12-20 | [NETLABEL]: Spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-20 | [PKT_SCHED]: Spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-20 | [NET] net/core/: Spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-20 | [IPV6]: Spelling fixes | Joe Perches | 1 | -1/+1 |
2007-12-20 | [IRDA]: Spelling fixes | Joe Perches | 5 | -10/+10 |
2007-12-20 | [DCCP]: Spelling fixes | Joe Perches | 2 | -2/+2 |
2007-12-20 | [NET]: Correct two mistaken skb_reset_mac_header() conversions. | David S. Miller | 2 | -2/+2 |
2007-12-20 | [IPV4] ip_gre: set mac_header correctly in receive path | Timo Teras | 1 | -1/+1 |
2007-12-20 | [XFRM]: Audit function arguments misordered | Paul Moore | 2 | -4/+4 |