summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-092-0/+11
* | | | | ipv6: almost identical frag hashing funcs combinedIlpo Järvinen2008-10-011-0/+2
* | | | | net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek2008-10-011-0/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-10-011-4/+0
|\ \ \ \ \
| * | | | | ieee80211.h: remove superfluous ETH_P_PAE definitionJohn W. Linville2008-09-301-4/+0
* | | | | | phonet: Protect if_phonet.h against multiple inclusions.Remi Denis-Courmont2008-10-011-5/+6
* | | | | | Phonet: declare headersRémi Denis-Courmont2008-09-301-0/+2
|/ / / / /
* | | | | netdev: use const for some name functionsStephen Hemminger2008-09-301-2/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-09-254-11/+88
|\ \ \ \ \
| * | | | | mac80211: clean up rate control APIJohannes Berg2008-09-241-0/+68
| * | | | | mac80211: mesh portal functionality supportYanBo2008-09-241-0/+5
| * | | | | cfg80211: show interface typeJohannes Berg2008-09-242-2/+6
| * | | | | cfg80211: fix code ordering in header fileJohannes Berg2008-09-241-9/+9
* | | | | | Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik2008-09-242-5/+10
|\ \ \ \ \ \
| * | | | | | phylib: allow incremental scanning of an mii busLennert Buytenhek2008-09-191-0/+2
| * | | | | | mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek2008-09-051-1/+4
| * | | | | | mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek2008-09-051-1/+1
| * | | | | | mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek2008-09-051-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | netxen: add pci idsDhananjay Phadke2008-09-241-0/+10
| |/ / / / |/| | | |
* | | | | pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski2008-09-231-4/+1
* | | | | tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller2008-09-231-25/+15
* | | | | net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller2008-09-231-0/+9
* | | | | net: Add skb_queue_next().David S. Miller2008-09-231-0/+18
* | | | | tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller2008-09-231-3/+3
* | | | | net: Add skb_queue_is_last().David S. Miller2008-09-231-0/+13
* | | | | pkt_sched: Make qdisc->gso_skb a list.David S. Miller2008-09-221-1/+1
* | | | | sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller2008-09-221-8/+2
* | | | | net: Fix bus in SKB queue splicing interfaces.David S. Miller2008-09-221-4/+4
* | | | | net: network device name ifalias supportStephen Hemminger2008-09-223-0/+5
* | | | | Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont2008-09-222-0/+37
* | | | | Phonet: proc interface for port rangeRemi Denis-Courmont2008-09-221-0/+3
* | | | | Phonet: provide MAC header operationsRemi Denis-Courmont2008-09-221-0/+4
* | | | | Phonet: Phonet datagram transport protocolRemi Denis-Courmont2008-09-221-0/+6
* | | | | Phonet: common socket glueRemi Denis-Courmont2008-09-222-0/+26
* | | | | Phonet: Netlink interfaceRemi Denis-Courmont2008-09-221-0/+1
* | | | | Phonet: network device and address handlingRemi Denis-Courmont2008-09-221-0/+50
* | | | | Phonet: PF_PHONET protocol family supportRemi Denis-Courmont2008-09-221-0/+74
* | | | | Phonet: global definitionsRemi Denis-Courmont2008-09-225-1/+147
* | | | | ipsec: Fix xfrm_state_walk raceHerbert Xu2008-09-222-8/+4
* | | | | isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller2008-09-221-1/+1
* | | | | net: Add new interfaces for SKB list light-weight init and splicing.David S. Miller2008-09-211-2/+94
* | | | | net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-2/+2
* | | | | tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-201-1/+6
* | | | | tcp: reorganize retransmit code loopsIlpo Järvinen2008-09-202-2/+0
* | | | | tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2008-09-202-1/+3
* | | | | tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2008-09-201-6/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-09-194-39/+280
|\ \ \ \ \
| * | | | | mac80211: fix virtual interfaces vs. injectionJohannes Berg2008-09-151-0/+1
| * | | | | mac80211: share sta_info->ht_infoJohannes Berg2008-09-151-0/+2
| * | | | | mac80211: share sta->supp_ratesJohannes Berg2008-09-151-0/+2