summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* genetlink: fix family dump raceJohannes Berg2013-08-131-0/+7
* net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann2013-08-131-2/+2
* net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF stateDaniel Borkmann2013-08-131-2/+2
* tipc: avoid possible deadlock while enable and disable bearerdingtianhong2013-08-121-2/+7
* Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-08-115-7/+33
|\
| * batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing2013-08-105-7/+33
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-08-105-22/+39
|\ \ | |/ |/|
| * netfilter: nf_conntrack: fix tcp_in_window for Fast OpenYuchung Cheng2013-08-101-4/+8
| * netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter2013-08-052-2/+9
| * netfilter: xt_TCPOPTSTRIP: fix possible off by one accessPablo Neira Ayuso2013-08-011-4/+6
| * netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso2013-08-011-12/+16
* | rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala2013-08-101-1/+1
* | net: rename busy poll MIB counterEliezer Tamir2013-08-091-1/+1
* | net: flow_dissector: add 802.1ad supportEric Dumazet2013-08-091-0/+1
* | ip_gre: fix ipgre_header to return correct offsetTimo Teräs2013-08-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-083-20/+41
|\ \
| * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-023-20/+41
| |\ \
| | * | mac80211: continue using disabled channels while connectedJohannes Berg2013-07-311-1/+10
| | * | cfg80211: fix P2P GO interface teardownJohannes Berg2013-07-311-0/+1
| | * | mac80211: ignore HT primary channel while connectedJohannes Berg2013-07-311-13/+13
| | * | mac80211: don't wait for TX status foreverJohannes Berg2013-07-311-3/+12
| | * | mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright2013-07-311-1/+1
| | * | nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg2013-07-301-2/+4
* | | | ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-08-081-4/+12
* | | | tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-08-071-1/+1
* | | | bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui2013-08-071-1/+1
* | | | tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-08-071-4/+6
* | | | bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing2013-08-061-1/+1
* | | | fib_trie: remove potential out of bound accessEric Dumazet2013-08-061-4/+1Star
* | | | neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-061-4/+6
* | | | net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann2013-08-052-2/+2
* | | | net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com2013-08-051-1/+6
* | | | vlan: make vlan_dev_real_dev work over stacked vlansnikolay@redhat.com2013-08-051-1/+6
* | | | net/vmw_vsock/af_vsock.c: drop unneeded semicolonJulia Lawall2013-08-051-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-0432-257/+299
|\ \ \ \
| * | | | netlabel: use domain based selectors when address based selectors are not ava...Paul Moore2013-08-036-158/+130Star
| * | | | net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-08-031-1/+5
| * | | | net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann2013-08-021-1/+3
| * | | | htb: fix sign extension bugstephen hemminger2013-08-021-1/+1
| * | | | tipc: fix oops when creating server socket failsYing Xue2013-08-021-3/+12
| * | | | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-025-7/+7
| * | | | ipv6: prevent race between address creation and removalJiri Benc2013-08-011-16/+15Star
| * | | | 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/+12Star
| * | | | 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
| | |\ \ \ \ | | | |_|/ / | | |/| | |