summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * ixgbe: Store VXLAN port number in network orderAlexander Duyck2016-03-302-49/+20Star
| | * ixgbe: Fix for RAR0 not being set to default MAC addrTushar Dave2016-03-301-0/+2
| * | bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-312-1/+5
| * | ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-311-2/+2
| * | bnxt_en: Fix ethtool -a reporting.Michael Chan2016-03-311-4/+2Star
| * | bnxt_en: Fix typo in bnxt_hwrm_set_pause_common().Michael Chan2016-03-311-1/+1
| * | bnxt_en: Implement proper firmware message padding.Michael Chan2016-03-312-1/+7
| * | bnxt_en: Initialize CP doorbell value before ring allocationPrashant Sreedharan2016-03-311-1/+1
| * | team: team should sync the port's uc/mc addrs when add a portXin Long2016-03-301-0/+5
| * | gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
| * | qed: initialize return rc to avoid returning garbageColin Ian King2016-03-301-1/+1
| * | sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner2016-03-301-3/+3
| * | bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan2016-03-301-1/+1
| |/
| * qmi_wwan: add "D-Link DWM-221 B1" device idBjørn Mork2016-03-291-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-03-2814-122/+170
| |\
| | * netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-282-36/+38
| | * netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-284-0/+10
| | * netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...Pablo Neira Ayuso2016-03-281-1/+6
| | * netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-283-33/+31Star
| | * netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-283-6/+12
| | * netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-283-27/+24Star
| | * openvswitch: call only into reachable nf-nat codeArnd Bergmann2016-03-282-9/+11
| | * openvswitch: Fix checking for new expected connections.Jarno Rajahalme2016-03-281-2/+3
| | * netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-285-8/+35
| * | net: macb: Only call GPIO functions if there is a valid GPIOCharles Keepax2016-03-281-3/+5
| * | net: hns: set-coalesce-usecs returns errno by dsaf.koLisheng2016-03-283-6/+8
| * | net: hns: fixed the setting and getting overtime bugLisheng2016-03-284-154/+126Star
| * | openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan2016-03-281-1/+2
| |/
| * ravb: fix software timestampingLino Sanfilippo2016-03-281-1/+1
| * net: sxgbe: fix error paths in sxgbe_platform_probe()Rasmus Villemoes2016-03-281-2/+2
| * Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression.Cosmin-Gabriel Samoila2016-03-281-5/+10
| * Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage2016-03-281-2/+2
| * drivers/net/usb/plusb.c: Fix typoDiego Viola2016-03-281-1/+1
| * net: macb: remove BUG_ON() and reset the queue to handle RX errorsCyrille Pitchen2016-03-251-10/+49
| * qlge: Update version to 1.00.00.35Manish Chopra2016-03-251-1/+1
| * net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin2016-03-252-0/+6
| * bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2016-03-251-2/+4
| * netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas2016-03-251-1/+2
| * net: bcmgenet: fix skb_len in bcmgenet_xmit_single()Petri Gynther2016-03-241-1/+1
| * net: bcmgenet: fix dev->stats.tx_bytes accountingPetri Gynther2016-03-242-4/+16
| * switchdev: fix typo in comments/docNicolas Dichtel2016-03-242-2/+2
| * net: macb: replace macb_writel() call by queue_writel() to update queue ISRCyrille Pitchen2016-03-241-1/+1
| * Merge branch 'hns-fixes'David S. Miller2016-03-246-36/+41
| |\
| | * net: hns: bug fix about getting hilink status for HNS v2Sheng Li2016-03-242-18/+24
| | * net: hns: fix warning of passing zero to 'PTR_ERR'Kejian Yan2016-03-241-1/+1
| | * net: hns: optimizate irq proccess for HNS V2Sheng Li2016-03-241-4/+5
| | * net: hns: remove useless variable assignment and commentQianqian Xie2016-03-241-4/+1Star
| | * net: hns: bug fix for return valuesQianqian Xie2016-03-241-2/+2
| | * net: hns: optimizate fmt of snprintf()Qianqian Xie2016-03-241-1/+2
| | * net: hns: fix a bug for cycle indexQianqian Xie2016-03-241-6/+6
| |/