summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net_dcb: add application notifiersJohn Fastabend2010-12-311-0/+31
* dcbnl: add appliction tlv handlersJohn Fastabend2010-12-311-0/+9
* dcbnl: add support for ieee8021Qaz attributesJohn Fastabend2010-12-311-0/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-262-2/+3
|\
| * Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-231-1/+0
| * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-221-4/+24
| |\
| | * mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach2010-12-201-4/+24
| * | net: Fix range checks in tcf_valid_offset().David S. Miller2010-12-211-1/+3
* | | mac80211: selective throughput LED trigger activeJohannes Berg2010-12-221-3/+17
* | | mac80211: add throughput based LED blink triggerJohannes Berg2010-12-221-0/+38
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-222-7/+64
|\ \ \
| * | | cfg80211: Separate available antennas for RX and TXBruno Randolf2010-12-201-3/+9
| * | | mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona2010-12-201-0/+8
| * | | mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona2010-12-201-4/+4
| * | | cfg80211: fix null pointer dereference with a custom regulatory requestLuis R. Rodriguez2010-12-161-1/+3
| * | | nl80211: Add notification for dropped Deauth/DisassocJouni Malinen2010-12-161-0/+26
| * | | mac80211: Add timeout to BA session start APISujith Manoharan2010-12-151-1/+3
| * | | nl80211: advertise maximum remain-on-channel durationJohannes Berg2010-12-151-0/+5
| * | | cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg2010-12-131-1/+4
| * | | cfg80211: Add antenna availability informationBruno Randolf2010-12-131-0/+5
* | | | TCP: increase default initial receive window.Nandita Dukkipati2010-12-201-0/+3
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-202-5/+11
|\ \ \ \ | | |/ / | |/| |
| * | | net_sched: always clone skbsChangli Gao2010-12-201-5/+1
| * | | ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-191-0/+10
* | | | ipv4: Flush per-ns routing cache more sanely.David S. Miller2010-12-201-1/+1
* | | | net: kill unused macrosShan Wei2010-12-192-3/+0
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+3
|\ \ \ \ | |/ / /
| * | | net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-161-0/+3
* | | | tcp: relax tcp_paws_check()Eric Dumazet2010-12-161-1/+7
* | | | net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2010-12-161-0/+1
* | | | net: Abstract default MTU metric calculation behind an accessor.David S. Miller2010-12-142-7/+9
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-141-13/+45
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-131-13/+45
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | cfg80211: Add new BSS attribute ht_opmodeHelmut Schaa2010-12-081-0/+3
| | * | | nl80211/mac80211: Report signal averageBruno Randolf2010-12-071-0/+4
| | * | | cfg80211/mac80211: add mesh join/leave commandsJohannes Berg2010-12-061-9/+29
| | * | | cfg80211: require add_virtual_intf to return new devJohannes Berg2010-12-061-4/+7
| | * | | nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona2010-12-061-0/+2
* | | | | net: Abstract default ADVMSS behind an accessor.David S. Miller2010-12-132-1/+14
|/ / / /
* | | | ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-123-16/+11
* | | | net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+14
* | | | xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi2010-12-101-0/+1
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-107-52/+84
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-067-52/+84
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-025-45/+45
| | |\ \ \
| | | * | | Bluetooth: clean up legal textAndrei Emeltchenko2010-12-014-25/+25
| | | * | | Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-012-9/+9
| | | * | | Bluetooth: clean up l2cap codeAndrei Emeltchenko2010-12-011-5/+5
| | | * | | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-12-011-2/+2
| | | * | | Bluetooth: clean up sco codeAndrei Emeltchenko2010-12-011-4/+4
OpenPOWER on IntegriCloud