summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-11netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery
2008-12-11netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery
2008-12-11netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery
2008-12-11netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery
2008-12-11netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery
2008-12-11netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery
2008-12-10net: Make staticRoel Kluin
2008-12-10smsc911x: add dynamic bus configurationSteve Glendinning
2008-12-10ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr
2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck
2008-12-10igb: update handling of RCTL for smaller buffer sizesAlexander Duyck
2008-12-10bonding: turn all bond_parm_tbls constHolger Eitzenberger
2008-12-10bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger
2008-12-10bonding: remove duplicate declarationsHolger Eitzenberger
2008-12-10bonding: use pr_debug instead of own macrosHolger Eitzenberger
2008-12-10bonding: fix compile error if debug enabledHolger Eitzenberger
2008-12-10bonding: use table for mode namesHolger Eitzenberger
2008-12-10bonding: add and use bond_is_lb()Holger Eitzenberger
2008-12-10pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski
2008-12-10pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski
2008-12-10phy: Add LSI ET1011C PHY driverChaithrika U S
2008-12-09bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller
2008-12-09myri10ge: check fragmentation in LRO get_frag_header()Brice Goglin
2008-12-09bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller
2008-12-09hydra: fix compilationAlexey Dobriyan
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker
2008-12-08dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker
2008-12-08netdevice: Kill netdev->privWang Chen
2008-12-08staging-winbond: Kill directly reference of netdev->privWang Chen
2008-12-07staging-slicoss: Kill directly reference of netdev->privWang Chen
2008-12-07staging-p80211: Kill directly reference of netdev->privWang Chen
2008-12-07s390_net: Kill directly reference of netdev->privWang Chen
2008-12-07net: Fix incorrect use of loose in spider_net.cNick Andrew
2008-12-07wireless: Fix incorrect use of loose in wext.cNick Andrew
2008-12-06tcp: fix tso_should_defer in 64bitIlpo Järvinen
2008-12-06tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen
2008-12-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-06tcp: move some parts from tcp_write_xmitIlpo Järvinen
2008-12-06tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen
2008-12-06tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen
2008-12-06tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen
2008-12-06tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen
2008-12-06tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen
2008-12-06tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen
2008-12-06tcp: force mss equality with the next skb too.Ilpo Järvinen