bna: use device model DMA API
[pandora-kernel.git] / net /
2011-02-02 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-02-02 Patrick McHardynetfilter: xtables: add device group match
2011-02-02 Jozsef Kadlecsiknetfilter: ipset: send error message manually
2011-02-02 Patrick McHardynetfilter: ipset: fix linking with CONFIG_IPV6=n
2011-02-02 Patrick McHardynetfilter: ipset: add missing break statemtns in ip_set...
2011-02-01 David S. Milleripv4: Rename fib_hash_* locals in fib_semantics.c
2011-02-01 David S. Milleripv4: Update some fib_hash centric interface names.
2011-02-01 David S. Milleripv4: Remove fib_hash.
2011-02-01 Simon HormanIPVS: Remove ip_vs_sync_cleanup from section __exit
2011-02-01 Simon HormanIPVS: Allow compilation with CONFIG_SYSCTL disabled
2011-02-01 Simon HormanIPVS: remove duplicate initialisation or rs_table
2011-02-01 Simon HormanIPVS: use z modifier for sizeof() argument
2011-02-01 Patrick McHardynetfilter: ctnetlink: fix ctnetlink_parse_tuple() warning
2011-02-01 Patrick McHardynetfilter: ipset: remove unnecessary includes
2011-02-01 Patrick McHardynetfilter: ipset: use nla_parse_nested()
2011-02-01 Jozsef Kadlecsiknetfilter: xtables: "set" match and "SET" target support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: list:set set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: hash:net,port set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: hash:net set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: hash:ip,port,net set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: hash:ip,port,ip set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: hash:ip,port set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: hash:ip set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset; bitmap:port set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: bitmap:ip,mac type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: bitmap:ip set type support
2011-02-01 Jozsef Kadlecsiknetfilter: ipset: IP set core support
2011-02-01 David S. Milleripv4: Consolidate all default route selection implement...
2011-02-01 David S. Milleripv4: Remember FIB alias list head and table in lookup...
2011-01-31 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-01-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-01-31 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-01-31 Sven Eckelmannbatman-adv: Update copyright years
2011-01-31 Sven Eckelmannbatman-adv: Remove unused variables
2011-01-31 Sven Eckelmannbatman-adv: Remove declaration of batman_skb_recv
2011-01-31 Sven Eckelmannbatman-adv: Remove unused definitions
2011-01-31 Sven Eckelmannbatman-adv: Remove dangling declaration of hash_remove_...
2011-01-31 Simon Wunderlichbatman-adv: remove unused parameters
2011-01-31 Sven Eckelmannbatman-adv: Calculate correct size for merged packets
2011-01-31 Sven Eckelmannbatman-adv: Create roughly equal sized fragments
2011-01-31 David S. MillerMerge branch 'batman-adv/merge-oopsonly' of git://git...
2011-01-30 Sven Eckelmannbatman-adv: Make vis info stack traversal threadsafe
2011-01-30 Sven Eckelmannbatman-adv: Remove vis info element in free_info
2011-01-30 Sven Eckelmannbatman-adv: Remove vis info on hashing errors
2011-01-30 Eric W. Biedermannet: Add compat ioctl support for the ipv4 multicast...
2011-01-30 Eric W. Biedermannet: Fix ip link add netns oops
2011-01-30 Herbert Xugro: Reset dev pointer on reuse
2011-01-28 David S. Milleripv4: If fib metrics are default, no need to grab ref...
2011-01-28 David S. Milleripv4: Attach FIB info to dst_default_metrics when possible
2011-01-28 David S. Milleripv4: Allocate fib metrics dynamically.
2011-01-28 Thomas Jacobnetfilter: xt_iprange: add IPv6 match debug print code
2011-01-28 David S. Millernet: Pre-COW metrics for TCP.
2011-01-28 David S. MillerMerge branch 'master' of ssh:///linux/kernel/git/linvil...
2011-01-27 Eric Dumazetnet: fix dev_seq_next()
2011-01-27 David S. Millernet: Store ipv4/ipv6 COW'd metrics in inetpeer cache.
2011-01-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-01-27 David S. Milleripv6: Remove route peer binding assertions.
2011-01-27 Eric Dumazetnet: add kmemcheck annotation in __alloc_skb()
2011-01-27 Kurt Van Dijcknet: fix validate_link_af in rtnetlink core
2011-01-27 Eric Dumazeteconet: remove compiler warnings
2011-01-27 David S. Millerinetpeer: Mark metrics as "new" in fresh inetpeer entries.
2011-01-27 Thomas Jacobnetfilter: xt_iprange: typo in IPv4 match debug print...
2011-01-27 David S. Millernet: Implement read-only protection and COW'ing of...
2011-01-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-01-26 David S. Millerxfrm6: Don't forget to propagate peer into ipsec route.
2011-01-26 Johannes Bergmac80211: use DECLARE_EVENT_CLASS
2011-01-26 Eric Dumazetnet_sched: sch_mqprio: dont leak kernel memory
2011-01-26 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-01-26 Patrick McHardyMerge branch 'connlimit' of git://dev.medozas.de/linux
2011-01-26 Jan Engelhardtnetfilter: xt_connlimit: pick right dstaddr in NAT...
2011-01-25 Linus Lüssingbatman-adv: Fix kernel panic when fetching vis data...
2011-01-25 Jerry ChuTCP: fix a bug that triggers large number of TCP RST...
2011-01-25 Felix Fietkaumac80211: fix a crash in ieee80211_beacon_get_tim on...
2011-01-25 Eric Dumazetpktgen: speedup fragmented skbs
2011-01-25 David S. Milleripv6: Revert 'administrative down' address handling...
2011-01-25 Changli Gaonetfilter: ipvs: fix compiler warnings
2011-01-25 Vlad Dogarunet: add sysfs entry for device group
2011-01-25 Eugene Teonet: clear heap allocation for ethtool_get_regs()
2011-01-25 Hans SchillstromIPVS netns BUG, register sysctl for root ns
2011-01-25 David S. Milleripv6: Always clone offlink routes.
2011-01-24 Michał Mirosławnet: reduce and unify printk level in netdev_fix_features()
2011-01-24 Michał Mirosławnet: change netdev->features to u32
2011-01-24 Michał Mirosławnet: Move check of checksum features to netdev_fix_feat...
2011-01-24 John Fastabenddcbnl: make get_app handling symmetric for IEEE and...
2011-01-24 David S. MillerMerge branch 'can/at91_can-for-net-2.6' of git://git...
2011-01-24 Ben Hutchingsnet: RPS: Enable hardware acceleration of RFS
2011-01-24 Eric Dumazettcp: fix bug in listening_get_next()
2011-01-24 David S. Millerinetpeer: Use correct AVL tree base pointer in inet_get...
2011-01-24 David S. MillerMerge branch 'irq/numa' of git://git./linux/kernel...
2011-01-24 Michal SchmidtGRO: fix merging a paged skb after non-paged skbs
2011-01-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-01-24 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2011-01-24 Eric Dumazetnet: arp_ioctl() must hold RTNL
2011-01-24 David S. MillerMerge branch 'master' of /linux/kernel/git/jkirsher...
2011-01-24 Linus TorvaldsMerge branch 'omap-fixes-for-linus' of git://git./linux...
2011-01-24 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2011-01-24 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2011-01-24 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2011-01-24 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2011-01-24 Linus TorvaldsMerge branch 'BUG_ON' of git://git./linux/kernel/git...
next