summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-1719-28/+101
|\
| * ipv6: don't flush routes when setting loopback downstephen hemminger2010-12-161-1/+3
| * sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun2010-12-161-1/+1
| * bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens2010-12-161-1/+1
| * net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-165-12/+39
| * ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin2010-12-161-1/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-153-1/+9
| |\
| | * mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski2010-12-131-1/+4
| | * mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey2010-12-131-0/+4
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-131-0/+1
| | |\
| | | * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
| * | | net: fix skb_defer_rx_timestamp()Eric Dumazet2010-12-101-2/+4
| * | | atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-103-5/+7
| * | | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun2010-12-101-0/+8
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-101-3/+18
| |\ \ \ | | |/ /
| * | | ipv6: fix nl group when advertising a new linkNicolas Dichtel2010-12-101-2/+2
| * | | net: Document the kernel_recvmsg() functionMartin Lucina2010-12-101-0/+15
| * | | xfrm: Fix xfrm_state_migrate leakThomas Egerer2010-12-091-1/+1
| * | | econet: Fix crash in aun_incoming().David S. Miller2010-12-081-1/+5
* | | | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-164-7/+6
* | | | net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2010-12-162-49/+98
* | | | net: Add batman-adv meshing protocolSven Eckelmann2010-12-1642-0/+9946
* | | | net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2010-12-162-2/+3
* | | | bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov2010-12-161-5/+10
* | | | net: Abstract default MTU metric calculation behind an accessor.David S. Miller2010-12-144-32/+51
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-1423-206/+537
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-1323-206/+537
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-3/+18
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa2010-12-081-3/+18
| | | | |/ | | | |/|
| | * | | mac80211: Show max number of probe tries in debug message.Ben Greear2010-12-081-2/+3
| | * | | mac80211: Apply ht_opmode changes in ieee80211_change_bssHelmut Schaa2010-12-081-0/+6
| | * | | cfg80211: Add new BSS attribute ht_opmodeHelmut Schaa2010-12-081-0/+5
| | * | | mac80211: Fix compilation error when mesh is disabledJavier Cardona2010-12-071-0/+2
| | * | | mac80211: fix a compiler warningFelix Fietkau2010-12-071-2/+1
| | * | | mac80211: fix dynamic-ps/pm_qos magic numbersEliad Peller2010-12-071-4/+5
| | * | | nl80211/mac80211: Report signal averageBruno Randolf2010-12-076-1/+12
| | * | | cfg80211/mac80211: add mesh join/leave commandsJohannes Berg2010-12-0612-106/+322
| | * | | nl80211: refactor mesh parameter parsingJohannes Berg2010-12-061-23/+38
| | * | | cfg80211: require add_virtual_intf to return new devJohannes Berg2010-12-062-10/+17
| | * | | mac80211: move mesh filter adjustingJohannes Berg2010-12-062-17/+12
| | * | | nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona2010-12-067-7/+21
| | * | | mac80211: speed up AP probing using nullfunc framesFelix Fietkau2010-12-063-35/+79
| | * | | mac80211: remove a redundant checkFelix Fietkau2010-12-061-2/+1
| | * | | mac80211: Update last_tx_rate only for data framesHelmut Schaa2010-12-061-3/+4
* | | | | net: Abstract default ADVMSS behind an accessor.David S. Miller2010-12-138-31/+60
* | | | | net: add limits to ip_default_ttlEric Dumazet2010-12-131-2/+5
|/ / / /
* | | | ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-127-10/+9
* | | | ipv6: Demark default hoplimit as zero.David S. Miller2010-12-121-3/+1
* | | | net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-126-7/+7
* | | | ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller2010-12-123-2/+4
OpenPOWER on IntegriCloud