summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland2012-06-251-0/+1
* tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell2012-06-251-1/+2
* ipv6: fib: fix fib dump restartEric Dumazet2012-06-251-2/+2
* batman-adv: fix race condition in TT full-table replacementAntonio Quartulli2012-06-231-2/+2
* batman-adv: only drop packets of known wifi clientsMarek Lindner2012-06-231-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-222-7/+9
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-192-7/+9
| |\
| | * Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal2012-06-141-1/+1
| | * Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc2012-06-111-6/+8
* | | batman-adv: fix skb->data assignmentAntonio Quartulli2012-06-191-0/+2
* | | sctp: fix warning when compiling without IPv6Daniel Halperin2012-06-191-0/+2
* | | ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-06-181-10/+31
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-189-9/+91
|\ \ \ | |/ /
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-06-135-4/+12
| |\ \
| | * | mac80211: stop polling in disassociationDavid Spinadel2012-06-131-2/+2
| | * | mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller2012-06-131-0/+3
| | * | cfg80211: fix potential deadlock in regulatoryEliad Peller2012-06-131-1/+1
| | * | mac80211: add missing kernel-docAshok Nagarajan2012-06-121-0/+3
| | * | cfg80211: check iface combinations only when iface is runningMichal Kazior2012-06-091-1/+1
| | * | mac80211: add some missing kernel-docJohannes Berg2012-06-091-0/+2
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-114-5/+79
| |\ \ \ | | |/ / | |/| / | | |/
| | * Bluetooth: Add support for encryption key refreshJohan Hedberg2012-06-081-0/+48
| | * Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg2012-06-081-3/+6
| | * Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg2012-06-081-1/+6
| | * Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal2012-06-081-0/+18
| | * Bluetooth: Fix SMP pairing method selectionJohan Hedberg2012-06-081-1/+1
* | | net: remove my future former mail addressRĂ©mi Denis-Courmont2012-06-179-15/+14
* | | Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-162-22/+12
* | | ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-152-12/+22
* | | net: remove skb_orphan_try()Eric Dumazet2012-06-153-26/+1
* | | netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-06-131-5/+6
* | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-06-122-34/+43
|\ \ \
| * | | netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso2012-06-071-3/+2
| * | | netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom2012-06-071-31/+41
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-112-1/+4
|\ \ \ \ | | |/ / | |/| |
| * | | mac80211: add back channel change flagStanislaw Gruszka2012-06-081-1/+1
| * | | NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin2012-06-081-0/+3
* | | | net/core: fix kernel-doc warningsRandy Dunlap2012-06-082-3/+3
* | | | l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet2012-06-081-3/+6
* | | | snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2012-06-074-0/+5
* | | | appletalk: Remove out of date message in printkDave Jones2012-06-071-3/+1
* | | | ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf2012-06-071-1/+1
* | | | net: neighbour: fix neigh_dump_info()Eric Dumazet2012-06-071-8/+6
* | | | net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet2012-06-071-0/+2
| |/ / |/| |
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-06-0611-22/+97
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-0611-22/+97
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-06-061-1/+1
| | |\ \ | | | |/
| | | * Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes2012-06-051-1/+1
| | * | cfg80211: fix interface combinations checkJohannes Berg2012-06-051-1/+18
| | |/
| | * mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov2012-06-041-2/+2
OpenPOWER on IntegriCloud