summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-02sfc: Fix MCDI structure field lookupBen Hutchings
2012-10-02sfc: Add parentheses around use of bitfield macro argumentsBen Hutchings
2012-10-02sfc: Fix null function pointer in efx_sriov_channel_typeBen Hutchings
2012-09-21netlink: use <linux/export.h> instead of <linux/module.h>Pablo Neira Ayuso
2012-09-21sunbmac: Remove unused local variable.David S. Miller
2012-09-21team: send port changed when addedJiri Pirko
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz
2012-09-21net: qmi_wwan: adding Huawei E367, ZTE MF683 and Pantech P4200Bjørn Mork
2012-09-21l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang
2012-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-09-20net1080: Neaten netdev_dbg useJoe Perches
2012-09-20USB: remove dbg() usage in USB networking driversGreg Kroah-Hartman
2012-09-20tcp: Document use of undefined variable.Alan Cox
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch
2012-09-20IB/ipoib: Add rtnl_link_ops supportOr Gerlitz
2012-09-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2012-09-20ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck
2012-09-20igb: Support to enable EEE on all eee_supported devicesAkeem G. Abodunrin
2012-09-20igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck
2012-09-19r8169: use unlimited DMA burst for TXMichal Schmidt
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-09-19i825xx: znet: fix compiler warnings when building a 64-bit kernelMika Westerberg
2012-09-19gre: add GSO supportEric Dumazet
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet
2012-09-19net: dev: fix incorrect getting net device's nameGao feng
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing
2012-09-19net: more accurate network taps in transmit pathEric Dumazet
2012-09-19sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings
2012-09-19sfc: Bump version to 3.2Ben Hutchings
2012-09-19sfc: Expose FPGA bitfile partition through MTDBen Hutchings
2012-09-19sfc: Support variable-length response to MCDI GET_BOARD_CFGBen Hutchings
2012-09-19sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson
2012-09-19sfc: Fix maximum array sizes for various MCDI commandsBen Hutchings
2012-09-18net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin
2012-09-18net/openvswitch/vport.c: Remove unecessary semicolonPeter Senna Tschudin
2012-09-18net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller
2012-09-17llc2: Collapse remainder of state machine into simple if-else if-statementBen Hutchings
2012-09-17llc2: Remove explicit indexing of state action arraysBen Hutchings
2012-09-17llc2: Remove the station send queueBen Hutchings
2012-09-17llc2: Collapse the station event receive pathBen Hutchings
2012-09-17llc2: Remove dead code for state machineBen Hutchings
2012-09-17llc2: Remove pointless indirection through llc_stat_state_trans_endBen Hutchings