summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-31netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso
2014-10-31netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso
2014-10-31drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-30tcp: Correction to RFC number in commentSowmini Varadhan
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-10-30sctp: replace seq_printf with seq_putsMichele Baldessari
2014-10-30sctp: add transport state in /proc/net/sctp/remaddrMichele Baldessari
2014-10-30ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari
2014-10-30tipc: spelling errorsstephen hemminger
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal
2014-10-30ipv4: minor spelling fixesstephen hemminger
2014-10-30ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov
2014-10-30ipv6: remove assignment in if conditionFabian Frederick
2014-10-30ipv6: remove inline on static in c fileFabian Frederick
2014-10-30ipv6: spelling s/incomming/incomingFabian Frederick
2014-10-30ipx: remove all unnecessary castings on ntohlFabian Frederick
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck
2014-10-30net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline
2014-10-29tcp: allow for bigger reordering levelEric Dumazet
2014-10-29net: skb_segment() should preserve backpressureToshiaki Makita
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel
2014-10-29sch_pie: schedule the timer after all init succeedWANG Cong
2014-10-28openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller
2014-10-28datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman
2014-10-28Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-10-28net: dsa: Error out on tagging protocol mismatchesAndrew Lunn
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf
2014-10-28ipvs: Avoid null-pointer deref in debug codeAlex Gartrell
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov
2014-10-27bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park
2014-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-27netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero
2014-10-27ipx: remove __inline__ in c file on staticFabian Frederick
2014-10-27ipx: remove unnecessary casting on ntohlFabian Frederick