| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 430 | -12217/+14763 |
|\ |
|
| * | gro: Fix potential use after free | Herbert Xu | 2008-12-26 | 1 | -1/+4 |
| * | net: Init NAPI dev_list on napi_del | Peter P Waskiewicz Jr | 2008-12-26 | 1 | -1/+1 |
| * | ipsec: Remove useless ret variable | Herbert Xu | 2008-12-26 | 1 | -3/+1 |
| * | net/appletalk: Remove redundant test | Julia Lawall | 2008-12-26 | 1 | -3/+0 |
| * | tcp: Always set urgent pointer if it's beyond snd_nxt | Herbert Xu | 2008-12-26 | 1 | -4/+8 |
| * | sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket option | Wei Yongjun | 2008-12-26 | 1 | -3/+16 |
| * | sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream ID | Wei Yongjun | 2008-12-26 | 1 | -0/+14 |
| * | sctp: Implement socket option SCTP_GET_ASSOC_NUMBER | Wei Yongjun | 2008-12-26 | 1 | -0/+35 |
| * | sctp: Fix a typo in socket.c | Wei Yongjun | 2008-12-26 | 1 | -4/+4 |
| * | sctp: Bring SCTP_MAXSEG socket option into ietf API extension compliance | Wei Yongjun | 2008-12-26 | 1 | -23/+107 |
| * | vlan: fix convertion to net_device_ops | Eric Dumazet | 2008-12-26 | 1 | -2/+20 |
| * | netns: igmp: make /proc/net/{igmp,mcfilter} per netns | Alexey Dobriyan | 2008-12-26 | 1 | -9/+40 |
| * | netns: igmp: allow IPPROTO_IGMP sockets in netns | Alexey Dobriyan | 2008-12-26 | 1 | -0/+1 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-24 | 2 | -2/+1 |
| |\ |
|
| * | | pkt_sched: Remove smp_wmb() in qdisc_watchdog() | Jarek Poplawski | 2008-12-23 | 2 | -2/+0 |
| * | | net: Fix oops in dev_ifsioc() | Jarek Poplawski | 2008-12-23 | 1 | -1/+3 |
| * | | pkt_sched: Annotate uninitialized var in sfq_enqueue() | Jarek Poplawski | 2008-12-22 | 1 | -1/+1 |
| * | | net: add DCNA attribute to the BCN interface for DCB | Don Skidmore | 2008-12-22 | 1 | -2/+4 |
| * | | net: fix DCB setstate to return success/failure | Don Skidmore | 2008-12-22 | 1 | -3/+2 |
| * | | mac80211: implement dynamic power save | Kalle Valo | 2008-12-19 | 5 | -12/+97 |
| * | | mac80211: track master queue status | Kalle Valo | 2008-12-19 | 3 | -7/+93 |
| * | | mac80211: enable IEEE80211_CONF_PS only when associated | Kalle Valo | 2008-12-19 | 3 | -8/+40 |
| * | | mac80211: Print unknown packet type in tasklet_handler | Larry Finger | 2008-12-19 | 1 | -1/+2 |
| * | | mac80211: fix a typo in ieee80211_send_assoc() method. | Rami Rosen | 2008-12-19 | 1 | -1/+1 |
| * | | mac80211: Remove radiotap rate-present flag for HT | Jouni Malinen | 2008-12-19 | 1 | -2/+3 |
| * | | mac80211: Send Layer 2 Update frame on reassociation | Jouni Malinen | 2008-12-19 | 1 | -2/+11 |
| * | | mac80211: Add HT rates into RX status reporting | Jouni Malinen | 2008-12-19 | 2 | -11/+52 |
| * | | mac80211: Fix HT channel selection | Sujith | 2008-12-19 | 7 | -46/+52 |
| * | | nl80211: Add signal strength and bandwith to nl80211station info | Henning Rogge | 2008-12-19 | 2 | -2/+81 |
| * | | tcp: Stop scaring users with "treason uncloaked!" | Matt Mackall | 2008-12-19 | 1 | -2/+2 |
| * | | Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode" | David S. Miller | 2008-12-19 | 1 | -0/+5 |
| * | | Revert "net: release skb->dst in sock_queue_rcv_skb()" | David S. Miller | 2008-12-18 | 1 | -5/+1 |
| * | | dccp_diag: LISTEN sockets don't have CCIDs | Arnaldo Carvalho de Melo | 2008-12-18 | 1 | -2/+5 |
| * | | Phonet: get rid of deferred work on the transmission path | Rémi Denis-Courmont | 2008-12-18 | 1 | -63/+28 |
| * | | Phonet: use atomic for packet TX window | Rémi Denis-Courmont | 2008-12-18 | 2 | -18/+22 |
| * | | Phonet: allocate separate ARP type for GPRS over a Phonet pipe | Rémi Denis-Courmont | 2008-12-18 | 2 | -3/+3 |
| * | | Phonet: allocate a non-Ethernet ARP type | Rémi Denis-Courmont | 2008-12-18 | 1 | -4/+4 |
| * | | ipv6: fix the outgoing interface selection order in udpv6_sendmsg() | Yang Hongyang | 2008-12-16 | 1 | -0/+3 |
| * | | ipv6: fix the return interface index when get it while no message is received | Yang Hongyang | 2008-12-16 | 1 | -4/+8 |
| * | | ipv6: Add IPV6_PKTINFO sticky option support to setsockopt() | Yang Hongyang | 2008-12-16 | 1 | -0/+22 |
| * | | Phonet: improve GPRS variable names | Rémi Denis-Courmont | 2008-12-16 | 1 | -84/+86 |
| * | | ipmr: merge common code | Ilpo Järvinen | 2008-12-16 | 1 | -64/+39 |
| * | | ethtool: Add GGRO and SGRO ops | Herbert Xu | 2008-12-16 | 1 | -2/+51 |
| * | | tcp: Add GRO support | Herbert Xu | 2008-12-16 | 3 | -0/+137 |
| * | | net: Add skb_gro_receive | Herbert Xu | 2008-12-16 | 1 | -0/+59 |
| * | | ipv4: Add GRO infrastructure | Herbert Xu | 2008-12-16 | 1 | -0/+97 |
| * | | net: Add Generic Receive Offload infrastructure | Herbert Xu | 2008-12-16 | 1 | -2/+191 |
| * | | net: Add frag_list support to GSO | Herbert Xu | 2008-12-16 | 1 | -2/+0 |
| * | | net: Add frag_list support to skb_segment | Herbert Xu | 2008-12-16 | 1 | -14/+59 |