summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-291-8/+12
|\
| * ssb: Put host pointers into a unionMichael Buesch2009-10-271-8/+12
* | net: Introduce dev_get_by_index_rcu()Eric Dumazet2009-10-291-0/+1
* | Allow disabling of DSACK TCP option per routeGilad Ben-Yossef2009-10-291-0/+1
* | Allow to turn off TCP window scale opt per routeGilad Ben-Yossef2009-10-291-0/+1
* | Allow disabling TCP timestamp options per routeGilad Ben-Yossef2009-10-291-1/+1
* | Add the no SACK route option featureGilad Ben-Yossef2009-10-291-1/+1
* | net: Add ndo_fcoe_get_wwn to net_device_opsYi Zou2009-10-291-0/+4
* | vlan: Optimize multiple unregistrationEric Dumazet2009-10-281-0/+1
* | net: Introduce unregister_netdevice_many()Eric Dumazet2009-10-281-0/+1
* | net: Introduce unregister_netdevice_queue()Eric Dumazet2009-10-281-1/+8
* | vlan: allow null VLAN ID to be usedEric Dumazet2009-10-271-5/+9
|/
* pkt_sched: skbedit add support for setting markjamal2009-10-231-0/+2
* filter: Add SKF_AD_QUEUE instructionEric Dumazet2009-10-201-1/+2
* can: provide library functions for skb allocationWolfgang Grandegger2009-10-201-0/+4
* pkt_sched: ingress socket filter by markjamal2009-10-201-1/+2
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-1/+1
* net: smsc911x: allow platform_data to specify mac addressManuel Lauss2009-10-131-0/+1
* can: make the number of echo skb's configurableWolfgang Grandegger2009-10-131-8/+8
* net: Add netdev_alloc_skb_ip_align() helperEric Dumazet2009-10-131-0/+10
* net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-133-0/+15
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-2/+4
* Revert "af_packet: add interframe drop cmsg (v6)"David S. Miller2009-10-121-2/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-121-1/+1
|\
| * include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang2009-10-071-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-091-0/+2
|\ \
| * | nl80211: report age of scan resultsHolger Schurig2009-10-071-0/+2
* | | ipv6: Fix the size overflow of addrconf_sysctl arrayJin Dongming2009-10-091-0/+1
* | | can: add TI CAN (HECC) driverAnant Gole2009-10-081-0/+40
* | | udp: dynamically size hash tables at boot timeEric Dumazet2009-10-081-3/+3
* | | IPv6: Fix 6RD build errorBrian Haley2009-10-071-0/+1
* | | dcb: data center bridging ops should be r/oStephen Hemminger2009-10-071-1/+1
* | | make TLLAO option for NA packets configurableOctavian Purdila2009-10-071-0/+1
* | | ethtool: Add reset operationBen Hutchings2009-10-071-0/+32
* | | ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2009-10-071-0/+11
* | | add vif using local interface index instead of IPIlia K2009-10-071-4/+9
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-071-18/+3Star
|\ \ \ | |/ / |/| / | |/
| * net: Support inclusion of <linux/socket.h> before <sys/socket.h>Ben Hutchings2009-10-051-18/+3Star
* | net: introduce NETDEV_POST_INIT notifierJohannes Berg2009-10-051-0/+1
* | usbnet: Use wwan%d interface name for mobile broadband devicesMarcel Holtmann2009-10-051-0/+1
* | af_packet: add interframe drop cmsg (v6)Neil Horman2009-10-051-0/+2
* | ethtool: Remove support for obsolete string query operationsBen Hutchings2009-10-051-4/+0Star
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-044-23/+52
|\ \
| * | Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-14/+7Star
| * | block: Topology ioctlsMartin K. Petersen2009-10-032-5/+34
| * | cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2009-10-031-0/+4
| * | Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-1/+1
| * | block: allow large discard requestsChristoph Hellwig2009-10-011-0/+3
| * | block: use normal I/O path for discard requestsChristoph Hellwig2009-10-011-4/+2Star