summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-061-0/+4
* net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy2009-09-061-0/+2
* net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy2009-09-061-0/+3
* sctp: turn flags in 'struct sctp_association' into bit fieldsWei Yongjun2009-09-041-12/+9
* sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta2009-09-042-0/+17
* sctp: Turn flags in 'sctp_packet' into bit fieldsVlad Yasevich2009-09-041-16/+6
* sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich2009-09-042-3/+5
* sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich2009-09-041-1/+1
* sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich2009-09-041-0/+6
* sctp: Send user messages to the lower layer as oneVlad Yasevich2009-09-042-0/+4
* sctp: Disallow new connection on a closing socketVlad Yasevich2009-09-041-1/+1
* sctp: remove unused union (sctp_cmsg_data_t) definitionRami Rosen2009-09-041-6/+0
* can: add can_free_echo_skb() for upcoming driversWolfgang Grandegger2009-09-041-0/+1
* tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang2009-09-021-1/+1
* net/ethtool: Add support for the ethtool feature to flash firmware image from...Ajit Khaparde2009-09-021-0/+14
* vlan: multiqueue vlan deviceEric Dumazet2009-09-021-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-09-021-13/+10
|\
| * rfkill: relicense header fileJohannes Berg2009-09-011-13/+10
* | inet: inet_connection_sock_af_ops constStephen Hemminger2009-09-021-1/+1
* | tcp: MD5 operations should be constStephen Hemminger2009-09-021-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-025-8/+13
|\ \
| * | pkt_sched: Revert tasklet_hrtimer changes.David S. Miller2009-09-011-2/+2
| * | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller2009-08-221-2/+2
| * | net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-175-8/+13
* | | net: make neigh_ops constantStephen Hemminger2009-09-012-2/+2
* | | RTO connection timeout: coding style fixes and commentsDamian Lukowski2009-09-011-7/+12
* | | netns: embed ip6_dst_ops directlyAlexey Dobriyan2009-09-013-23/+31
* | | Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski2009-09-011-0/+18
* | | Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski2009-09-011-0/+12
* | | dcbnl: Add support for setapp/getapp to netdev dcbnl_rtnl_opsYi Zou2009-09-011-0/+2
* | | dcbnl: Add support for setapp/getapp commands to dcbnlYi Zou2009-09-011-0/+18
* | | net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_opsYi Zou2009-09-011-0/+2
* | | netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* | | hdlc: convert to netdev_tx_tStephen Hemminger2009-09-011-4/+4
* | | usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* | | netdev: change transmit to limited range typeStephen Hemminger2009-09-011-9/+13
| |/ |/|
* | netdevice: Consolidate to use existing macros where available.Krishna Kumar2009-08-301-6/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-08-304-19/+132
|\ \
| * | Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan2009-08-261-0/+2
| * | Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz2009-08-221-0/+2
| * | Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan2009-08-221-0/+3
| * | Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan2009-08-222-1/+14
| * | Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan2009-08-221-0/+2
| * | Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan2009-08-222-3/+13
| * | Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan2009-08-221-0/+1
| * | Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan2009-08-221-1/+8
| * | Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan2009-08-222-2/+55
| * | Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan2009-08-221-7/+21
| * | Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann2009-08-221-3/+5
| * | Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner2009-08-221-3/+3