summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-11-1612-20/+47
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-1612-20/+47
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-11-143-8/+10
| | |\
| | | * Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg2012-11-091-0/+1
| | | * Bluetooth: Notify about device registration before power onMarcel Holtmann2012-11-091-2/+2
| | | * Bluetooth: Fix error status when pairing failsPaulo Sérgio2012-11-091-1/+1
| | | * Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg2012-11-091-5/+6
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-149-12/+37
| | |\ \ | | | |/ | | |/|
| | | * wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-11-121-3/+2
| | | * mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-104-6/+20
| | | * mac80211: don't send null data packet when not associatedJohannes Berg2012-11-091-0/+2
| | | * mac80211: fix memory leak in device registration error pathJohannes Berg2012-11-091-2/+4
| | | * mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-11-051-0/+5
| | | * mac80211: init sched_scan_iesDavid Spinadel2012-10-311-1/+1
| | | * mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau2012-10-311-0/+3
* | | | net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-161-1/+3
* | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-11-162-7/+20
|\ \ \ \
| * | | | batman-adv: process broadcast packets in BLA earlierAntonio Quartulli2012-11-161-6/+6
| * | | | batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli2012-11-161-0/+7
| * | | | batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli2012-11-161-1/+1
| * | | | batman-adv: fix tt_global_entries flags updateAntonio Quartulli2012-11-161-0/+6
* | | | | tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet2012-11-161-3/+9
| |/ / / |/| | |
* | | | net: correct check in dev_addr_del()Jiri Pirko2012-11-151-1/+2
* | | | tcp: fix retransmission in repair modeAndrew Vagin2012-11-152-2/+6
* | | | sctp: fix /proc/net/sctp/ memory leakTommi Rantala2012-11-151-4/+4
|/ / /
* | | ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan2012-11-141-0/+5
* | | ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-131-0/+1
* | | tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2012-11-131-5/+10
* | | ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-111-13/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-107-40/+91
|\ \ \
| * | | gre6: fix rtnl dump messagesNicolas Dichtel2012-11-091-4/+4
| * | | ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-091-2/+1
| * | | af-packet: fix oops when socket is not presentEric Leblond2012-11-071-1/+1
| * | | pkt_sched: enable QFQ to support TSO/GSOPaolo Valente2012-11-071-30/+79
| * | | net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov2012-11-041-1/+4
| * | | rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend2012-11-031-1/+2
| * | | tipc: do not use tasklet_disable before tasklet_killXiaotian Feng2012-11-031-1/+0
* | | | Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-11-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: return proper errno from backchannel_rqstWeston Andros Adamson2012-11-011-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-0215-46/+125
|\ \ \ \ | |/ / / |/| | |
| * | | tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov2012-11-021-0/+3
| * | | l2tp: fix oops in l2tp_eth_create() error pathTom Parkin2012-11-021-0/+1
| * | | tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov2012-11-011-1/+1
| * | | net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-011-3/+5
| * | | net: sctp: Fix typo in net/sctpMasanari Iida2012-11-011-1/+1
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-10-316-36/+104
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-316-36/+104
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-296-36/+104
| | | |\ \ | | | | |/
| | | | * mac80211: make sure data is accessible in EAPOL checkJohannes Berg2012-10-261-8/+10
| | | | * mac80211: verify that skb data is presentJohannes Berg2012-10-262-2/+33
OpenPOWER on IntegriCloud