aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* openvswitch: Refactor action alloc and copy api.Pravin B Shelar2014-11-06
* openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer2014-11-06
* openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab2014-11-06
* openvswitch: Drop packets when interdev is not upChunhe Li2014-11-06
* openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-11-06
* openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-11-06
* openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou2014-11-06
* openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2014-11-06
* openvswitch: Remove redundant tcp_flags code.Joe Stringer2014-11-06
* openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar2014-11-06
* openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-06
* net: Remove MPLS GSO feature.Pravin B Shelar2014-11-06
* fou: Fix typo in returning flags in netlinkTom Herbert2014-11-05
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-05
* net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-05
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* gue: Receive side of remote checksum offloadTom Herbert2014-11-05
* gue: TX support for using remote checksum offload optionTom Herbert2014-11-05
* udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-05
* gue: Add infrastructure for flags and optionsTom Herbert2014-11-05
* udp: Offload outer UDP tunnel csum if availableTom Herbert2014-11-05
* net: Move fou_build_header into fou.c and refactorTom Herbert2014-11-05
* udp: remove blank line between set and testFabian Frederick2014-11-04
* ipv6: trivial, add bracket for the if blockFlorent Fourcot2014-11-04
* esp4: remove assignment in if conditionFabian Frederick2014-11-04
* net: allow setting ecn via routing tableFlorian Westphal2014-11-04
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-04
* syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal2014-11-04
* igmp: remove camel case definitionsFabian Frederick2014-11-04
* udp: remove else after returnFabian Frederick2014-11-04
* inet: frags: remove inline on static in c fileFabian Frederick2014-11-04
* ipv4: remove 0/NULL assignment on staticFabian Frederick2014-11-04
* ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick2014-11-04
* tcp: spelling s/plugable/pluggableFabian Frederick2014-11-04
* cipso: remove NULL assignment on staticFabian Frederick2014-11-04
* ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick2014-11-04
* cipso: kerneldoc warning fixFabian Frederick2014-11-04
* net: add rbnode to struct sk_buffEric Dumazet2014-11-03
* net: less interrupt masking in NAPIEric Dumazet2014-11-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-01
|\
| * net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-31
| * mpls: Allow mpls_gso to be built as modulePravin B Shelar2014-10-31
| * mpls: Fix mpls_gso handler.Pravin B Shelar2014-10-31
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-31
| |\
| | * netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso2014-10-31
| | * netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2014-10-31
| | * netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-31
| | * netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso2014-10-31
| | * netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso2014-10-31
| | * ipvs: Avoid null-pointer deref in debug codeAlex Gartrell2014-10-27