summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-20net: export the receive time stamping hook for non-NAPI driversRichard Cochran1-0/+1
2011-06-20Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller27-462/+2080
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli4-6/+104
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli3-56/+82
2011-06-20batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli3-0/+84
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli5-128/+150
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli12-33/+334
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli18-305/+1381
2011-06-20batman-adv: Unify the first 3 bytes in each packetAntonio Quartulli1-12/+18
2011-06-20batman-adv: Reduce usage of charSven Eckelmann11-20/+20
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells3-8/+8
2011-06-20batman-adv: Keep interface_tx as local functionSven Eckelmann2-2/+1
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann2-8/+8
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies7-22/+21
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+3
2011-06-16rtnetlink: unlock on error path in netlink_dump()Dan Carpenter1-2/+1
2011-06-16net: Remove casts of void *Joe Perches21-83/+74
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik7-21/+22
2011-06-16netfilter: ipset: hash:net,iface type introducedJozsef Kadlecsik3-0/+773
2011-06-16netfilter: ipset: use the stored first cidr value instead of '1'Jozsef Kadlecsik3-8/+16
2011-06-16netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik12-16/+37
2011-06-16netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik7-17/+9
2011-06-16netfilter: ipset: take into account cidr value for the from address when crea...Jozsef Kadlecsik1-0/+1
2011-06-16netfilter: ipset: support range for IPv4 at adding/deleting elements for hash...Jozsef Kadlecsik4-54/+156
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik11-30/+45
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik11-30/+137
2011-06-16netfilter: ipset: support listing setnames and headers tooJozsef Kadlecsik1-27/+46
2011-06-16netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik12-126/+176
2011-06-16netfilter: ipset: whitespace fixes: some space before tab slipped inJozsef Kadlecsik1-2/+2
2011-06-16netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik10-93/+126
2011-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Patrick McHardy8-112/+87
2011-06-16Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy360-7545/+13035
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom4-53/+4
2011-06-14IPVS: labels at pos 0Hans Schillstrom2-9/+9
2011-06-13l2tp: fix l2tp_ip_sendmsg() route handlingEric Dumazet1-6/+13
2011-06-13net: export time stamp utility function for Ethernet MAC driversRichard Cochran1-0/+1
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom7-38/+38
2011-06-13ipvs: support more FTP PASV responsesJulian Anastasov1-14/+38
2011-06-11snmp: reduce percpu needs by 50%Eric Dumazet1-29/+23
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang1-0/+2
2011-06-11sctp: kzalloc() error handling on deleting last addressMichio Honda1-0/+4
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose27-85/+148
2011-06-09Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller10-47/+72
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner5-5/+7
2011-06-09batman-adv: Use enums for related constantsSven Eckelmann3-31/+47
2011-06-09batman-adv: Rewrite debugfs kobj_to_* helpers as functionsSven Eckelmann1-3/+11
2011-06-09batman-adv: Fix signedness problem in parse_gw_bandwidthSven Eckelmann1-2/+2
2011-06-09batman-adv: Don't return value in void functionSven Eckelmann1-1/+1