summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-023-10/+18
|\
| * xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-012-2/+10
| * xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-282-2/+2
| * xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek2013-10-181-6/+6
* | doc:net: Fix typo in Documentation/networkingMasanari Iida2013-10-3011-20/+20
* | bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz2013-10-291-6/+14
* | ibm emac: Fix locking for enable/disable eob irqAlistair Popple2013-10-291-0/+4
* | ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple2013-10-291-8/+4
* | virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang2013-10-291-7/+6
* | bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-294-29/+25
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-10-293-5/+19
|\ \
| * | openvswitch: fix vport-netdev unregisterAlexei Starovoitov2013-10-163-5/+19
* | | net: x25: Fix dead URLs in KconfigMichael DrĂ¼ing2013-10-291-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-291-1/+6
|\ \ \
| * | | netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger2013-10-291-1/+6
* | | | xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu2013-10-293-7/+7
* | | | cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings2013-10-291-1/+2
* | | | bnx2x: Disable VF access on PF removalAriel Elior2013-10-291-1/+15
* | | | bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov2013-10-291-5/+5
* | | | tcp: gso: fix truesize trackingEric Dumazet2013-10-291-8/+5
* | | | pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2013-10-281-0/+1
* | | | Documentation/networking: netdev-FAQ typo correctionsRandy Dunlap2013-10-271-11/+11
* | | | tcp: do not rearm RTO when future data are sackedYuchung Cheng2013-10-271-3/+10
* | | | tcp: only take RTT from timestamps if new data is ackedYuchung Cheng2013-10-271-1/+2
* | | | tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng2013-10-271-5/+13
* | | | be2net: Warn users of possible broken functionality on BE2 cards with very ol...Somnath Kotur2013-10-272-0/+15
* | | | Merge branch 'qlcnic'David S. Miller2013-10-263-10/+9
|\ \ \ \
| * | | | qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapterShahed Shaikh2013-10-262-5/+7
| * | | | qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh2013-10-261-5/+2
|/ / / /
* | | | ax88179_178a: Remove AX_MEDIUM_ALWAYS_ONE bit in AX_MEDIUM_STATUS_MODE regist...Freddy Xin2013-10-251-6/+5
* | | | ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-10-251-3/+6
* | | | ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa2013-10-251-0/+1
* | | | netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-252-15/+21
* | | | netconsole: fix multiple race conditionsNikolay Aleksandrov2013-10-251-7/+3
* | | | netconsole: fix NULL pointer dereferenceNikolay Aleksandrov2013-10-251-0/+8
* | | | net: wan: sbni: remove assembly crc32 codeSebastian Siewior2013-10-251-89/+0
|/ / /
* | | net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann2013-10-231-1/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-236-13/+25
|\ \ \
| * | | netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-224-1/+21
| * | | netfilter: ipt_ULOG: fix info leaksMathias Krause2013-10-021-6/+1
| * | | netfilter: ebt_ulog: fix info leaksMathias Krause2013-10-021-6/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-10-2311-65/+111
|\ \ \ \
| * | | | s390/time: correct use of store clock fastMartin Schwidefsky2013-10-227-34/+34
| * | | | s390/vmlogrdr: fix array access in vmlogrdr_open()Heiko Carstens2013-10-151-1/+1
| * | | | s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens2013-10-151-2/+2
| * | | | s390/dasd: check for availability of prefix command during formatStefan Haberland2013-10-151-27/+71
| * | | | s390/mm,kvm: fix software dirty bits vs. kvm for old machinesMartin Schwidefsky2013-10-151-1/+3
* | | | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2013-10-238-21/+60
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86_pkg_temp' of .git into for-rcZhang Rui2013-10-211-6/+8
| |\ \ \ \ \
| | * | | | | Thermal: x86_pkg_temp: change spin lockSrinivas Pandruvada2013-09-251-6/+8
OpenPOWER on IntegriCloud