summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-31tcp: Correction to RFC number in commentSowmini Varadhan1-1/+1
2014-10-31sctp: replace seq_printf with seq_putsMichele Baldessari1-2/+2
2014-10-31sctp: add transport state in /proc/net/sctp/remaddrMichele Baldessari1-2/+8
2014-10-30tipc: spelling errorsstephen hemminger2-3/+3
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2-4/+10
2014-10-30ipv4: minor spelling fixesstephen hemminger2-2/+2
2014-10-30ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov1-7/+25
2014-10-30ipv6: remove assignment in if conditionFabian Frederick1-1/+2
2014-10-30ipv6: remove inline on static in c fileFabian Frederick1-6/+6
2014-10-30ipv6: spelling s/incomming/incomingFabian Frederick1-1/+1
2014-10-30ipx: remove all unnecessary castings on ntohlFabian Frederick1-7/+7
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck1-0/+23
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck2-0/+45
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck2-0/+142
2014-10-30net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck3-6/+0
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel1-19/+13
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet1-1/+14
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline1-2/+44
2014-10-29tcp: allow for bigger reordering levelEric Dumazet2-1/+9
2014-10-29net: skb_segment() should preserve backpressureToshiaki Makita1-0/+10
2014-10-29openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller1-0/+1
2014-10-29datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman1-8/+3
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf11-68/+199
2014-10-28bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park5-1/+71
2014-10-27ipx: remove __inline__ in c file on staticFabian Frederick1-1/+1
2014-10-27ipx: remove unnecessary casting on ntohlFabian Frederick1-2/+2
2014-10-27ipx: move extern sysctl_ipx_pprop_broadcasting to header fileFabian Frederick1-3/+1
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick1-1/+1
2014-10-27ipv6: replace min/casting by min_tFabian Frederick1-2/+2
2014-10-27ipv4: remove set but unused variable shaFabian Frederick1-2/+1
2014-10-24net: llc: include linux/errno.h instead of asm/errno.hFabian Frederick1-1/+1
2014-10-24lapb: move EXPORT_SYMBOL after functions.Fabian Frederick1-9/+8
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau1-14/+16
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau1-3/+3
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau1-30/+40
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2-2/+0
2014-10-23net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2-4/+4
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing1-3/+8
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan1-1/+2
2014-10-22net: sched: initialize bstats syncpSabrina Dubroca1-1/+1
2014-10-22netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf1-12/+25
2014-10-21tipc: fix lockdep warning when intra-node messages are deliveredYing Xue1-2/+2
2014-10-21tipc: fix a potential deadlockYing Xue3-20/+35
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal1-3/+10
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal4-2/+6
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal5-5/+5
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-41/+159
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-7/+8
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn1-1/+1
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2