summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-89/+201
2015-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-38/+80
2015-06-12tcp: tcp_v6_connect() cleanupEric Dumazet1-2/+0
2015-06-12flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrsEric Dumazet2-6/+9
2015-06-12Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi8-19/+26
2015-06-12Merge branch 'flow_dissector-next'David S. Miller1-2/+19
2015-06-12flow_dissector: add support for dst, hop-by-hop and routing ext hdrsTom Herbert1-0/+17
2015-06-12flow_dissector: Fix MPLS entropy label handling in flow dissectorTom Herbert1-2/+2
2015-06-12Doc: networking: Fix URL for wiki.wireshark.org in udplite.txtMasanari Iida1-1/+1
2015-06-12net: ipv4: un-inline ip_finish_output2Florian Westphal1-1/+1
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner1-1/+10
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+13
2015-06-12Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds3-6/+10
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds3-4/+23
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse2-3/+21
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown3-0/+3
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown1-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown1-1/+1
2015-06-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-15/+46
2015-06-11net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-12Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-4/+18
2015-06-12Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-11/+28
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-11Merge branch 'tcp-gso-settings-defer'David S. Miller4-46/+34
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet1-3/+0
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet3-17/+16
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet1-16/+14
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet2-9/+3
2015-06-11tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet1-2/+2
2015-06-11switchdev: fix BUG when port driver doesn't support set attr opScott Feldman1-1/+3
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-06-11Merge branch 'bna-next'David S. Miller23-1229/+491
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera4-55/+36
2015-06-11bna: fix timeout API argument typeIvan Vecera3-19/+13
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera4-149/+37
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera7-308/+130
2015-06-11bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera1-19/+8
2015-06-11bna: correct comparisons/assignments to boolIvan Vecera1-4/+4
2015-06-11bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2-19/+4
2015-06-11bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2-41/+1
2015-06-11bna: remove RXF_E_PAUSE and RXF_E_RESUME eventsIvan Vecera2-77/+0
2015-06-11bna: remove prio_change_cbfn oper_state_cbfn from struct bna_txIvan Vecera2-16/+0
2015-06-11bna: remove oper_state_cbfn from struct bna_rxfIvan Vecera3-25/+0
2015-06-11bna: remove pause_cbfn from struct bna_enetIvan Vecera2-18/+0
2015-06-11bna: remove unused cbfn parameterIvan Vecera5-59/+25
2015-06-11bna: use BIT(x) instead of (1 << x)Ivan Vecera6-83/+83
2015-06-11bna: get rid of duplicate and unused macrosIvan Vecera8-163/+9
2015-06-11bna: replace pragma(pack) with attribute __packedIvan Vecera6-127/+103
2015-06-11bna: get rid of mac_tIvan Vecera12-32/+26