summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2010-04-07net: fix ethtool coding style errors and warningschavey
2010-04-07net: fix definition of netdev_for_each_mc_addr()Pavel Roskin
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy
2010-04-03icmp: Account for ICMP out errorsEric Dumazet
2010-04-03l2tp: Add netlink control API for L2TPJames Chapman
2010-04-03netlink: Export genl_lock() API for use by modulesJames Chapman
2010-04-03l2tp: Add L2TPv3 IP encapsulation (no UDP) supportJames Chapman
2010-04-03l2tp: Update PPP-over-L2TP driver to work over L2TPv3James Chapman
2010-04-03ppp: Add ppp_dev_name() exported functionJames Chapman
2010-04-03l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse
2010-03-30Add hotplug support to mcp251x driverMarc Zyngier
2010-03-30netdev: ethtool RXHASH flagstephen hemminger
2010-03-30net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland
2010-03-30net-caif: add CAIF socket and configuration headersSjur Braendeland
2010-03-30net-caif: add CAIF protocol definitionsSjur Braendeland
2010-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-03-27net: Add MSG_WAITFORONE flag to recvmmsgBrandon L Black
2010-03-25rps: add CONFIG_RPSEric Dumazet
2010-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-03-25netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik
2010-03-24cfg80211: Improve connection quality maintenance docs in nl80211.hJuuso Oikarinen
2010-03-24cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen
2010-03-24skbuff: remove unused dma_head & dma_maps fieldsAlexander Duyck
2010-03-23wireless.h: Use SIOCIWFIRST not SIOCSIWCOMMIT for range checkJoe Perches
2010-03-23include/linux/wireless.h: Add IW_HANDLER macro to initialize array entryJoe Perches
2010-03-22Fix up prototype for sys_ipc breakageLinus Torvalds
2010-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-03-21if_tunnel.h: add missing ams/byteorder.h includePaulius Zaleckas
2010-03-21tcp: Add SNMP counter for DEFER_ACCEPTEric Dumazet
2010-03-21bonding: flush unicast and multicast lists when changing typeJiri Pirko
2010-03-21net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy
2010-03-20IPv6: convert addrconf hash list to RCUstephen hemminger
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-20netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso
2010-03-20netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel
2010-03-19tty: Take a 256 byte padding into account when buffering below sub-page unitsMel Gorman
2010-03-19Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a...Greg Kroah-Hartman
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet
2010-03-18bonding: check return value of nofitier when changing typeJiri Pirko
2010-03-18net: rename notifier defines for netdev type changeJiri Pirko
2010-03-18rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert