summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-015-7/+7
| * | | | | ipv6: prevent race between address creation and removalJiri Benc2013-08-011-16/+15
| * | | | | ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko2013-08-011-9/+11
| * | | | | ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2013-08-012-4/+6
| * | | | | ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-013-15/+12
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-019-35/+54
| |\| | | |
| | * | | | Merge tag 'nfc-fixes-3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2013-07-315-23/+24
| | |\ \ \ \
| | | * | | | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-314-23/+23
| | | * | | | NFC: Fix NCI over SPI buildFrederic Danis2013-07-191-0/+1
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-07-311-9/+17
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Bluetooth: Fix calling request callback more than onceJohan Hedberg2013-07-291-1/+9
| | | * | | Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg2013-07-291-1/+4
| | | * | | Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan2013-07-251-7/+4
| | | * | | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-251-1/+1
| | * | | | regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-251-1/+4
| | * | | | mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka2013-07-231-2/+5
| | * | | | mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh2013-07-221-0/+4
| * | | | | bridge: disable snooping if there is no querierLinus Lüssing2013-07-314-11/+46
| * | | | | net_sched: info leak in atm_tc_dump_class()Dan Carpenter2013-07-311-0/+1
* | | | | | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-08-034-8/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallJ. Bruce Fields2013-08-011-1/+1
| * | | | | svcrpc: fix kfree oops in gss-proxy codeJ. Bruce Fields2013-08-011-1/+0
| * | | | | svcrpc: fix gss-proxy xdr decoding oopsJ. Bruce Fields2013-08-011-4/+5
| * | | | | svcrpc: fix gss_rpc_upcall create errorJ. Bruce Fields2013-08-011-1/+1
| * | | | | NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure.NeilBrown2013-08-011-1/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-3118-27/+114
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira2013-07-301-1/+1
| * | | | af_key: more info leaks in pfkey messagesDan Carpenter2013-07-301-0/+4
| * | | | net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller2013-07-301-0/+1
| * | | | genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka2013-07-271-0/+2
| * | | | neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/Francesco Fusco2013-07-261-7/+22
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-07-257-11/+56
| |\ \ \ \
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-247-11/+56
| | |\| | |
| | | * | | mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau2013-07-161-1/+2
| | | * | | mac80211: fix duplicate retransmission detectionJohannes Berg2013-07-161-2/+8
| | | * | | nl80211: fix the setting of RSSI threshold value for meshChun-Yeow Yeoh2013-07-161-2/+2
| | | * | | mac80211: fix ethtool stats for non-station interfacesJohannes Berg2013-07-161-0/+2
| | | * | | mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau2013-07-161-1/+9
| | | * | | regulatory: add missing rtnl lockingJohannes Berg2013-07-161-0/+2
| | | * | | cfg80211: fix bugs in new SME implementationJohannes Berg2013-07-161-3/+26
| | | * | | nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior2013-07-161-2/+5
| | | | |/ | | | |/|
| * | | | net: fix comment above build_skb()Florian Fainelli2013-07-241-1/+2
| * | | | ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa2013-07-241-0/+5
| * | | | fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar2013-07-241-1/+1
| |/ / /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-07-222-3/+12
| |\ \ \
| | * | | netfilter: xt_socket: fix broken v0 supportEric Dumazet2013-07-151-3/+7
| | * | | netfilter: ctnetlink: fix incorrect NAT expectation dumpingPablo Neira Ayuso2013-07-151-0/+5
| * | | | bridge: do not call setup_timer() multiple timesEric Dumazet2013-07-191-2/+3
| * | | | sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-07-191-1/+5
* | | | | Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-201-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |