cascardo/linux.git
2015-03-04 David S. MillerMerge git://git./linux/kernel/git/davem/net
2015-03-04 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2015-03-03 Linus TorvaldsMerge branch 'for-4.0' of git://linux-nfs.org/~bfields...
2015-03-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-03-03 Joe Perchesl2tp: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Percheswireless: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesmac80211: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesethernet: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesbluetooth: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesatm: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesappletalk: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perches8021q: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesxen: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesnetconsole: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Percheswireless: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesnet: usb: Use eth_<foo>_addr instead of memset
2015-03-03 Joe Perchesethernet: Use eth_<foo>_addr instead of memset
2015-03-03 Greg Rosei40e: Fix dependencies in the i40e driver on configfs
2015-03-03 Eric W. Biedermanax25: Stop using magic neighbour cache operations.
2015-03-03 Joe Stringeropenvswitch: Fix serialization of non-masked set actions.
2015-03-03 Guenter Roeckgianfar: Reduce logging noise seen due to phy polling...
2015-03-03 Thomas Falconibmveth: Add function to enable live MAC address changes
2015-03-03 Fabian Fredericknet/atm/signaling.c: remove WAIT_FOR_DEMON code
2015-03-03 Florian Westphalnet: bridge: add compile-time assert for cb struct...
2015-03-03 Linus TorvaldsLinux 4.0-rc2 v4.0-rc2
2015-03-03 Daniel Vetterdrm/i915: Fix modeset state confusion in the load detec...
2015-03-03 Sravanthi Tangedai40e/i40evf: Bump versions
2015-03-03 Neerav Parikhi40e: Only enable TC0 for NIC partition type
2015-03-03 Neerav Parikhi40e: Register DCBNL ops in MFP mode
2015-03-03 Mitch Williamsi40evf: ethtool RSS fixes
2015-03-03 Anjali Singhai... i40e: Fix RSS size at init since default num queue...
2015-03-03 Anjali Singhai... i40e: Move RSS table size for VSIs to the VSI struct
2015-03-03 Anjali Singhai... i40e/i40evf: Add missing packet types for VXLAN encapsu...
2015-03-03 Neerav Parikhi40e: Fix issue with removal of apps from DBCNL app...
2015-03-03 Anjali Singhai... i40e: Add FW check to disable DCB and wrap autoneg...
2015-03-03 Anjali Singhai... i40e: Enable more than 64 qps for the Main VSI
2015-03-03 Mitch Williamsi40e: don't disable PF LB when disabling VFs
2015-03-03 Akeem G Abodunrini40e: Add safety net for switch calling
2015-03-03 Shannon Nelsoni40e/i40evf: print FW build number in version string
2015-03-03 Neerav Parikhi40e: Skip the priority tagging if DCB is not enabled
2015-03-03 Matthew Vickfm10k: Resolve various spelling errors and checkpatch...
2015-03-03 Matthew Vickfm10k: Implement ndo_features_check
2015-03-03 Matthew Vickfm10k: Modify tunnel length header check when offloading
2015-03-03 Michal Kubečekudp: only allow UFO for packets from SOCK_DGRAM sockets
2015-03-03 David S. MillerMerge branch 'sh_eth'
2015-03-03 Ben Hutchingssh_eth: Really fix padding of short frames on TX
2015-03-03 Ben HutchingsRevert "sh_eth: Enable Rx descriptor word 0 shift for...
2015-03-03 Ben Hutchingssh_eth: Fix RX recovery on R-Car in case of RX ring...
2015-03-03 Ben Hutchingssh_eth: Ensure proper ordering of descriptor active...
2015-03-02 Linus TorvaldsMerge tag 'gpio-v4.0-2' of git://git./linux/kernel...
2015-03-02 Linus TorvaldsMerge branch 'fixes-for-4.0-rc2' of git://git./linux...
2015-03-02 Linus TorvaldsMerge tag 'md/4.0-fixes' of git://neil.brown.name/md
2015-03-02 Linus TorvaldsMerge tag 'metag-fixes-v4.0-1' of git://git./linux...
2015-03-02 David S. MillerMerge branch 'neigh_cleanups'
2015-03-02 Eric W. Biedermanneigh: Don't require a dst in neigh_resolve_output
2015-03-02 Eric W. Biedermanneigh: Don't require dst in neigh_hh_init
2015-03-02 Eric W. Biedermanarp: Kill arp_find
2015-03-02 Eric W. Biedermannet: Kill dev_rebuild_header
2015-03-02 Eric W. Biedermanax25: Stop depending on arp_find
2015-03-02 Eric W. Biedermanax25: Stop calling/abusing dev_rebuild_header
2015-03-02 Eric W. Biedermanneigh: Move neigh_compat_output into ax25_ip.c
2015-03-02 Eric W. Biedermanarp: Remove special case to give AX25 it's open arp...
2015-03-02 Eric W. Biedermanax25: Refactor to use private neighbour operations.
2015-03-02 Eric W. Biedermanax25: Make ax25_header and ax25_rebuild_header static
2015-03-02 Eric W. Biedermanax25/6pack: Replace sp_header_ops with ax25_header_ops
2015-03-02 Eric W. Biedermanax25/kiss: Replace ax_header_ops with ax25_header_ops
2015-03-02 Eric W. Biedermanrose: Transmit packets in rose_xmit not rose_rebuild_header
2015-03-02 Eric W. Biedermanrose: Set the destination address in rose_header
2015-03-02 Eric W. Biedermanax25: In ax25_rebuild_header add missing kfree_skb
2015-03-02 David S. MillerMerge branch 'mlx4'
2015-03-02 Ido Shamaynet/mlx4_en: Disbale GRO for incoming loopback/selftest...
2015-03-02 Or Gerlitznet/mlx4_core: Fix wrong mask and error flow for the...
2015-03-02 Daniel Borkmannebpf: move CONFIG_BPF_SYSCALL-only function declarations
2015-03-02 David S. MillerMerge git://git./linux/kernel/git/pablo/nf-next
2015-03-02 Daniel Borkmannfilter: refactor common filter attach code into __sk_at...
2015-03-02 David S. MillerMerge branch 'for-upstream' of git://git./linux/kernel...
2015-03-02 David S. MillerMerge branch 'sendmsg_recvmsg_iocb_removal'
2015-03-02 Ying Xuenet: Remove iocb argument from sendmsg and recvmsg
2015-03-02 Ying Xuetipc: Don't use iocb argument in socket layer
2015-03-02 Arturo Borreronetfilter: nft_compat: add support for arptables extensions
2015-03-02 David S. MillerMerge branch 'dropcount'
2015-03-02 Eyal Birgernet: move skb->dropcount to skb->cb[]
2015-03-02 Eyal Birgernet: add common accessor for setting dropcount on packets
2015-03-02 Eyal Birgernet: use common macro for assering skb->cb[] available...
2015-03-02 Eyal Birgernet: packet: use sockaddr_ll fields as storage for...
2015-03-02 Eyal Birgernet: rxrpc: change call to sock_recv_ts_and_drops(...
2015-03-02 Eyal Birgernet: bluetooth: compact struct bt_skb_cb by converting...
2015-03-02 Eyal Birgernet: bluetooth: compact struct bt_skb_cb by inlining...
2015-03-02 Simon Farnsworthpppoe: Use workqueue to die properly when a PADT is...
2015-03-02 Ivan Vecerabnx2: disable toggling of rxvlan if necessary
2015-03-02 Arun Chandrannet: macb: Properly add DMACFG bit definitions
2015-03-02 Arun Chandrannet: macb: Add on the fly CPU endianness detection
2015-03-02 Shrikrishna... Driver: Vmxnet3: Copy TCP header to mapped frame for...
2015-03-01 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2015-03-01 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2015-03-01 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-03-01 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2015-03-01 David S. MillerMerge branch 'ebpf_support_for_cls_bpf'
2015-03-01 Daniel Borkmanncls_bpf: add initial eBPF support for programmable...
2015-03-01 Daniel Borkmannebpf: move read-only fields to bpf_prog and shrink...
next