OSDN Git Service

uclinux-h8/linux.git
2014-08-28 Florian Fainellinet: phy: provide stub for fixed_phy_set_link_update
2014-08-28 Florian Fainellinet: phy: add generic UniMAC MDIO bus driver
2014-08-28 Florian Fainellinet: dsa: reduce number of protocol hooks
2014-08-28 David S. Millersungem: Fix global namespace pollution of phy accessors.
2014-08-28 David S. Millertulip: dmfe: Fix global namespace pollution of phy...
2014-08-28 David S. Millerf_ncm: Don't use netdev_start_xmit().
2014-08-27 Romain Perierethernet: arc: Add support for specific SoC layer devic...
2014-08-27 Romain Perierethernet: arc: mdio changes for future SoC glue layer...
2014-08-27 Romain Perierethernet: arc: remove use of 'struct platform_device'
2014-08-27 Florian Westphaltcp: syncookies: mark cookie_secret read_mostly
2014-08-27 Yuval Mintzbnx2x: Fix static checker warning regarding `txdata_ptr'
2014-08-27 hayeswangr8152: replace strncpy with strlcpy
2014-08-27 David S. Millernet: Update sk_buff flag bit availability comment.
2014-08-26 stephen hemmingerneigh: document gc_thresh2
2014-08-26 Randy Dunlapnet: bnx2x: fix build error with ptp
2014-08-26 Jiri Pirkoteam: set IFF_TEAM_PORT priv_flag after rx_handler...
2014-08-26 Alexei Starovoitovbpf: x86: add missing 'shift by register' instructions...
2014-08-26 David S. MillerMerge branch 'bnx2x-next'
2014-08-26 Michal Kalderonbnx2x: Fix timesync endianity
2014-08-26 Dmitry Kravkovbnx2x: Be more forgiving toward SW GRO
2014-08-26 Yuval Mintzbnx2x: VF clean statistics
2014-08-26 Yuval Mintzbnx2x: Fix stop-on-error
2014-08-26 Dmitry Kravkovbnx2x: ethtool -d might cause timeout in log
2014-08-26 WANG Congnet: make skb an optional parameter for__skb_flow_dissect()
2014-08-26 WANG Congnet: fix comments for __skb_flow_get_ports()
2014-08-25 Daniel Borkmannixgbe: support skb->xmit_more in netdev_ops->ndo_start_...
2014-08-25 David S. Millernet: Remove ndo_xmit_flush netdev operation, use signal...
2014-08-25 David S. MillerMerge branch 'is_kdump_kernel'
2014-08-25 Amir Vadainet/bnx2x: Use is_kdump_kernel() to detect kdump kernel
2014-08-25 Amir Vadainet/mlx4: Use is_kdump_kernel() to detect kdump kernel
2014-08-25 Amir Vadaicrash_dump: Make is_kdump_kernel() accessible from...
2014-08-25 Pavel Machekstmmac: simple cleanups
2014-08-25 hayeswangr8152: check code with checkpatch.pl
2014-08-25 David S. MillerMerge branch 'ndo_xmit_flush'
2014-08-25 David S. Millervirtio_net: Support netdev_ops->ndo_xmit_flush()
2014-08-25 David S. Millerigb: Support netdev_ops->ndo_xmit_flush()
2014-08-25 David S. Millernet: Add ops->ndo_xmit_flush()
2014-08-25 Ian Morrisipv6: White-space cleansing : gaps between function...
2014-08-25 Ian Morrisipv6: White-space cleansing : Structure layouts
2014-08-25 Ian Morrisipv6: White-space cleansing : Line Layouts
2014-08-25 Darek Marcinkiewicznet: ec_bhf: remove excessive debug messages
2014-08-25 Daniel Borkmannrandom32: improvements to prandom_bytes
2014-08-25 David S. MillerMerge branch 'csums-next'
2014-08-25 Tom Herbertgre: When GRE csum is present count as encap layer...
2014-08-25 Tom Herbertudp: additional GRO support
2014-08-25 Tom Herberttcp: Call skb_gro_checksum_validate
2014-08-25 Tom Herbertgre: call skb_gro_checksum_simple_validate
2014-08-25 Tom Herbertnet: add gro_compute_pseudo functions
2014-08-25 Tom Herbertnet: skb_gro_checksum_* functions
2014-08-23 Daniel Borkmannnet: use reciprocal_scale() helper
2014-08-23 David S. Millernet: Allow raw buffers to be passed into the flow disse...
2014-08-23 David S. MillerMerge branch 'bcm7xxx_apd_eee'
2014-08-23 Florian Fainellinet: phy: bcm7xxx: enable EEE at the PHY level
2014-08-23 Florian Fainellinet: phy: allow phy_init_eee() to work with internal...
2014-08-23 Florian Fainellinet: phy: export phy_{read,write}_mmd_indirect
2014-08-23 Florian Fainellinet: phy: fixed: return an error for Clause 45 over...
2014-08-23 Florian Fainellinet: phy: bcm7xxx: enable auto power down
2014-08-23 Florian Fainellinet: phy: broadcom: move shadow 0x1C register accessors...
2014-08-23 Florian Fainellinet: phy: broadcom: extract all registers to brcmphy.h
2014-08-23 David S. MillerMerge branch 'tipc-next'
2014-08-23 Jon Paul Maloytipc: merge struct tipc_port into struct tipc_sock
2014-08-23 Jon Paul Maloytipc: remove files ref.h and ref.c
2014-08-23 Jon Paul Maloytipc: remove include file port.h
2014-08-23 Jon Paul Maloytipc: remove source file port.c
2014-08-23 Jon Paul Maloytipc: remove port_lock
2014-08-23 Jon Paul Maloytipc: replace port pointer with socket pointer in registry
2014-08-23 Jon Paul Maloytipc: use registry when scanning sockets
2014-08-23 Jon Paul Maloytipc: eliminate functions tipc_port_init and tipc_port_...
2014-08-23 Jon Paul Maloytipc: redefine message acknowledge function
2014-08-23 Jon Paul Maloytipc: eliminate port_connect()/port_disconnect() functions
2014-08-23 Jon Paul Maloytipc: eliminate function tipc_port_shutdown()
2014-08-23 Jon Paul Maloytipc: clean up socket timer function
2014-08-23 Jon Paul Maloytipc: use message to abort connections when losing...
2014-08-23 Jon Paul Maloytipc: use pseudo message to wake up sockets after link...
2014-08-23 Jon Paul Maloytipc: introduce new function tipc_msg_create()
2014-08-23 David S. MillerMerge git://git./linux/kernel/git/davem/net
2014-08-23 Yuchung Chengtcp: improve undo on timeout
2014-08-23 Sergei Shtylyovphylib: use MDIO_DEVS[12]
2014-08-23 Eric Dumazetnet: remove dead code after sk_data_ready change
2014-08-23 Eric Dumazetnet: use ktime_get_ns() and ktime_get_real_ns() helpers
2014-08-23 Gerhard Stenzelvxlan: fix incorrect initializer in union vxlan_addr
2014-08-23 David S. MillerMerge tag 'linux-can-next-for-3.18-20140820' of git...
2014-08-22 Linus TorvaldsMerge tag 'pwm/for-3.17-rc2' of git://git./linux/kernel...
2014-08-22 Michal Kaziormac80211: fix channel switch for chanctx-based drivers
2014-08-22 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-08-22 Christian Rieschdp83640: Fix length check for event timestamp status...
2014-08-22 Ley Foon Tannet: stmmac: add fix_mac_speed support for socfpga
2014-08-22 Chun-Hao Linr8169:add support for RTL8168H and RTL8107E
2014-08-22 Jiri Pirkobonding: create netlink event when bonding option is...
2014-08-22 David S. MillerMerge branch 'bnx2x-next'
2014-08-22 Ariel Eliorbnx2x: FW assertion changes
2014-08-22 Yuval Mintzbnx2x: Make BP_VF more robust
2014-08-22 Yuval Mintzbnx2x: Prevent pci_disable_sriov with assigned VFs
2014-08-22 Yuval Mintzbnx2x: Prevent IOV if no entries in CAM
2014-08-22 Yuval Mintzbnx2x: Safe bnx2x_panic_dump()
2014-08-22 Yuval Mintzbnx2x: Update driver version to 1.710.51
2014-08-22 Yuval Mintzbnx2x: Code cleanup
2014-08-22 Michal Kalderonbnx2x: Add timestamping and PTP hardware clock support
2014-08-22 Dmitry Kravkovbnx2x: Utilize FW 7.10.51
2014-08-22 Himangi Saraogiaf_decnet: Use time_after_eq
next