aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman2-0/+83
2010-05-17can: sja1000 platform data fixesWolfgang Grandegger1-1/+1
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet1-0/+20
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+39
2010-05-17X25: Move accept approve flag to bitfieldandrew hendry1-3/+2
2010-05-17X25: Move interrupt flag to bitfieldandrew hendry1-1/+2
2010-05-17X25: Move qbit flag to bitfieldandrew hendry1-1/+5
2010-05-17net: implements ip_route_input_noref()Eric Dumazet1-1/+16
2010-05-17net: add a noref bit on skb dstEric Dumazet3-12/+107
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+39
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-22/+22
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-4/+19
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-0/+8
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-18/+3
2010-05-15net: Consistent skb timestampingEric Dumazet1-0/+1
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-1/+2
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+6
2010-05-15sysctl: add proc_do_large_bitmapOctavian Purdila1-0/+2
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-26/+19
2010-05-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller4-33/+20
2010-05-12tipc: Update commenting in TIPC APIAllan Stephens2-11/+11
2010-05-12tipc: Add support for "-s" configuration optionAllan Stephens1-0/+1
2010-05-12mac80211: add offload channel switch supportJohannes Berg1-0/+39
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller23-51/+69
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-1/+0
2010-05-11dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori1-2/+2
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-2/+28
2010-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+4
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy1-26/+19
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-1/+4
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-2/+0
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt1-25/+17
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy4-5/+19
2010-05-11ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2-16/+2
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2-3/+3
2010-05-11ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy1-15/+0
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy1-0/+2
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller15-58/+113
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy56-347/+808
2010-05-10Bluetooth: Create per controller workqueueMarcel Holtmann1-0/+2
2010-05-10Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan1-0/+1
2010-05-10Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan1-0/+6
2010-05-10Bluetooth: Make hci_send_acl() voidGustavo F. Padovan1-1/+1
2010-05-10Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan1-2/+1
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan1-0/+2
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan1-1/+2
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan1-0/+4
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan1-9/+11