summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-301-2/+11
* ebpf, x86: fix general protection fault when tail call is invokedDaniel Borkmann2015-07-301-4/+4
* bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-07-301-0/+1
* bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok2015-07-291-24/+26
* bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita2015-07-291-7/+22
* packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-07-291-1/+2
* arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-291-7/+9
* net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-291-1/+0
* bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov2015-07-293-4/+18
* packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-07-281-5/+3
* macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera2015-07-271-0/+7
* fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck2015-07-271-4/+0
* macb: Fix build with macro'ized readl/writel.David S. Miller2015-07-272-15/+15
* net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
* net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok2015-07-273-2/+47
* Merge branch 'macb-fixes'David S. Miller2015-07-273-65/+108
|\
| * net/macb: convert to kernel docAndy Shevchenko2015-07-271-3/+11
| * net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko2015-07-271-8/+2
| * net/macb: suppress compiler warningsAndy Shevchenko2015-07-272-6/+5
| * net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko2015-07-271-2/+2
| * net/macb: check if macb_config presentAndy Shevchenko2015-07-271-2/+1
| * net/macb: improve big endian CPU supportAndy Shevchenko2015-07-272-44/+87
|/
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-275-10/+14
* Merge branch 'r8152-fixes'David S. Miller2015-07-271-48/+80
|\
| * r8152: don't enable napi before rx readyhayeswang2015-07-271-2/+4
| * r8152: fix wakeup settingshayeswang2015-07-271-6/+22
| * r8152: fix the issue about U1/U2hayeswang2015-07-271-40/+54
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-271-0/+4
|\
| * Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg2015-07-231-0/+4
* | net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-273-3/+13
* | net: fec: use managed DMA API functions to allocate BD ringLucas Stach2015-07-271-2/+2
* | niu: don't count tx error twice in case of headroom realloc failsJiri Pirko2015-07-271-3/+1
* | Merge branch 'inet-frag-fixes'David S. Miller2015-07-276-47/+42
|\ \
| * | inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-274-5/+7
| * | inet: frag: don't wait for timer deletion when evictingFlorian Westphal2015-07-271-18/+11
| * | inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-276-20/+20
| * | inet: frag: don't re-use chainlist for evictorFlorian Westphal2015-07-272-5/+5
|/ /
* | net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-271-6/+0
* | Merge branch 'mlx4-fixes'David S. Miller2015-07-274-5/+22
|\ \
| * | net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-271-1/+0
| * | net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-271-2/+15
| * | net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-271-2/+2
| * | net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz2015-07-271-0/+5
|/ /
* | bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov2015-07-271-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-2513-79/+164
|\ \
| * | netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-07-221-1/+2
| * | Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2015-07-205-39/+110
| |\ \
| | * | ipvs: call skb_sender_cpu_clearJulian Anastasov2015-07-141-0/+6
| | * | ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-07-141-1/+1
| | * | ipvs: skb_orphan in case of forwardingAlex Gartrell2015-07-141-0/+27