summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan1-3/+3
2015-12-22fm10k: remove unused struct elementBruce Allan1-1/+0
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan5-11/+11
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan2-48/+48
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller4-4/+4
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck2-16/+59
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller1-4/+9
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan1-4/+2
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire1-3/+1
2015-12-19netcp: fix regression in receive processingArnd Bergmann1-3/+7
2015-12-19asix: silence log message from oversize packetstephen hemminger1-1/+1
2015-12-19tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet1-0/+9
2015-12-19Merge branch 'bpf-misc-updates'David S. Miller7-36/+208
2015-12-19bpf, test: add couple of test casesDaniel Borkmann1-0/+120
2015-12-19bpf, x86: detect/optimize loading 0 immediatesDaniel Borkmann1-0/+26
2015-12-19bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann1-6/+0
2015-12-19bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann5-29/+27
2015-12-19bpf: add bpf_skb_load_bytes helperDaniel Borkmann2-1/+35
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller66-342/+1062
2015-12-18nfp: call netif_carrier_off() during initJakub Kicinski1-0/+1
2015-12-18Merge branch 'l3mdev-accept'David S. Miller9-5/+65
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern8-5/+42
2015-12-18net: l3mdev: Add master device lookup by indexDavid Ahern1-0/+23
2015-12-18ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork2-6/+40
2015-12-18ila: add NETFILTER dependencyArnd Bergmann1-0/+1
2015-12-18netfilter: meta: add support for setting skb->pkttypeFlorian Westphal1-0/+38
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller550-2905/+4562
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds115-671/+1045
2015-12-18team: Advertise tunneling offload featuresEran Ben Elisha1-0/+11
2015-12-18net: qmi_wwan: ignore bogus CDC Union descriptorsBjørn Mork1-1/+4
2015-12-17net/macb: Update device tree binding for resetting PHY using GPIOGregory CLEMENT2-5/+18
2015-12-17Merge branch 'cxgb4-l2-table-enhancements'David S. Miller3-62/+137
2015-12-17cxgb4: Replace arpq_head/arpq_tail with SKB double link-list codeHariprasad Shenai2-40/+24
2015-12-17cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets.Hariprasad Shenai1-2/+1
2015-12-17cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai3-25/+117
2015-12-17cxgb4: Use symbolic constant for VLAN priority calculationHariprasad Shenai1-1/+1
2015-12-17net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2015-12-17drivers: net: xgene: fix Tx flow controlIyappan Subramanian2-18/+24
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2015-12-17af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2015-12-17nfp: clear ring delayed kick countersJakub Kicinski1-0/+2
2015-12-17tun: honor IFF_UP in tun_get_user()Eric Dumazet1-0/+3
2015-12-17ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa2-4/+17
2015-12-17ipv6: allow routes to be configured with expire valuesXin Long2-0/+11
2015-12-17Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-11/+8
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon1-3/+5
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-10/+11
2015-12-17fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2015-12-17net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski1-7/+10
2015-12-17Merge tag 'mac80211-for-davem-2015-12-15' of git://git.kernel.org/pub/scm/lin...David S. Miller9-74/+92