summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-1314-38/+122
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-124-22/+81
| |\
| | * Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-122-1/+26
| | * Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-121-18/+52
| | * Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2013-06-122-3/+3
| * | netlink: fix error propagation in netlink_mmap()Patrick McHardy2013-06-111-1/+1
| * | net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-111-0/+6
| * | sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-112-3/+8
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-06-105-7/+20
| |\ \
| | * | ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter2013-06-101-0/+1
| | * | netfilter: nfnetlink_queue: fix missing HW protocolPablo Neira Ayuso2013-06-071-3/+3
| | * | netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester2013-06-051-0/+6
| | * | netfilter: nfnetlink_cttimeout: fix incomplete dumping of objectsPablo Neira Ayuso2013-06-051-2/+5
| | * | netfilter: nfnetlink_acct: fix incomplete dumping of objectsPablo Neira Ayuso2013-06-051-2/+5
| * | | net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet2013-06-081-5/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-121-1/+1
|\ \ \ \
| * | | | libceph: must hold mutex for reset_changed_osds()Alex Elder2013-05-171-1/+1
* | | | | Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-06-111-37/+18Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V2013-05-281-37/+18Star
* | | | | net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2013-06-062-41/+44
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-0529-90/+227
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet2013-06-051-17/+17
| * | | | net: fix sk_buff head without data areaPablo Neira2013-06-052-3/+3
| * | | | ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-051-1/+3
| * | | | net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-034-15/+17
| * | | | xfrm: force a garbage collection after deleting a policyPaul Moore2013-06-013-1/+8
| * | | | udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-06-011-8/+12
| * | | | net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh2013-06-011-1/+1
| * | | | net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh2013-06-011-4/+7
| * | | | net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh2013-06-011-1/+2
| * | | | net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh2013-06-011-0/+1
| * | | | snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel2013-06-011-1/+1
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-05-315-15/+47
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-295-15/+47
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-05-284-14/+47
| | | |\ \ \
| | | | * | | mac80211: Allow single vif mac address change with addr_maskHelmut Schaa2013-05-271-6/+20
| | | | * | | mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-05-271-0/+9
| | | | * | | mac80211: assign AP_VLAN hw queues correctlyJohannes Berg2013-05-271-0/+3
| | | | * | | cfg80211: fix reporting 64-bit station info tx bytesFelix Fietkau2013-05-231-1/+1
| | | | * | | mac80211: fix queue handling crashJohannes Berg2013-05-231-1/+5
| | | | * | | cfg80211: check wdev->netdev in connection workJohannes Berg2013-05-231-0/+3
| | | | * | | mac80211: fix direct probe authStanislaw Gruszka2013-05-171-6/+6
| | | * | | | NFC: Remove commented out LLCP related Makefile linePaul Bolle2013-05-211-1/+0Star
| | | |/ / /
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-05-318-16/+67
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ipvs: ip_vs_sh: fix buildJan Beulich2013-05-291-1/+1
| | * | | | netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček2013-05-291-1/+1
| | * | | | ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba2013-05-271-0/+35
| | * | | | netfilter: ipt_ULOG: fix non-null terminated string in the nf_log pathChen Gang2013-05-231-2/+4
| | * | | | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-234-12/+26
| * | | | | net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga2013-05-291-3/+3