aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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, ipset API changeJozsef 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 creating the setJozsef Kadlecsik1-0/+1
2011-06-16netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef 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/ipvs-next-2.6Patrick 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
2011-06-09batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy loadDaniele Furlan1-5/+4
2011-06-08inetpeer: remove unused listEric Dumazet2-221/+73
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu6-25/+45
2011-06-08ipv6: generate link local address for GRE tunnelstephen hemminger1-0/+35
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2-313/+1
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville12-27/+181
2011-06-07mac80211: Stop BA session event from deviceShahar Levi3-0/+24
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville6-43/+37
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan8-0/+8
2011-06-06sctp: Guard IPV6 specific code properly.David S. Miller1-1/+2
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville3-23/+8
2011-06-05net: Remove unnecessary semicolonsJoe Perches3-4/+4
2011-06-05af-packet: Use existing netdev reference for bound sockets.Ben Greear1-12/+15
2011-06-05af-packet: Hold reference to bound network devices.Ben Greear1-5/+9