aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-0/+6
2014-11-05gue: TX support for using remote checksum offload optionTom Herbert2-1/+14
2014-11-05gue: Protocol constants for remote checksum offloadTom Herbert1-1/+4
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert3-2/+7
2014-11-05gue: Add infrastructure for flags and optionsTom Herbert1-5/+95
2014-11-05net: Move fou_build_header into fou.c and refactorTom Herbert1-0/+26
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal1-5/+4
2014-11-03net: add rbnode to struct sk_buffEric Dumazet1-7/+13
2014-11-03net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak2-1/+31
2014-11-03net: shrink struct softnet_dataEric Dumazet1-7/+8
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller65-161/+803
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-2/+42
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+9
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+20
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+2
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-2/+6
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck1-0/+7
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck1-0/+10
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck1-0/+16
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgentIngo Molnar1-9/+9
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-52/+33
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-41/+17
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner1-1/+0
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes1-7/+10
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski1-3/+6
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel1-1/+2
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet1-0/+13
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2-0/+2
2014-10-29tcp: allow for bigger reordering levelEric Dumazet2-5/+3
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+7
2014-10-28block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedMartin K. Petersen1-2/+2
2014-10-28usbnet: add a callback for set_rx_modeOlivier Blin1-0/+4
2014-10-28ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting supportSaeed Mahameed1-1/+13
2014-10-28net/mlx4_core: Add ethernet backplane autoneg device capabilitySaeed Mahameed1-1/+2
2014-10-28net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev capSaeed Mahameed2-1/+41
2014-10-28ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool supportSaeed Mahameed1-0/+4
2014-10-28net/mlx4_core: Introduce mlx4_get_module_info for cable module info readingSaeed Mahameed1-0/+30
2014-10-28datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman1-0/+10
2014-10-28skbuff.h: fix kernel-doc warning for headers_endRandy Dunlap1-0/+4
2014-10-28net: pxa168_eth: Fix providing of phy_interface mode on platform_dataSebastian Hesselbarth1-0/+2
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney1-9/+9
2014-10-28compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompilesSteven Noonan2-2/+0
2014-10-28perf: Fix typos in sample code in the perf_event.h headerAndy Lutomirski1-7/+7
2014-10-28sched: Update comments for CLONE_NEWNSChen Hanxiao1-1/+1