| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | net: core: handle encapsulation offloads when computing segment lengths | Florian Westphal | 2014-10-20 | 1 | -3/+10 |
* | | | net: make skb_gso_segment error handling more robust | Florian Westphal | 2014-10-20 | 4 | -2/+6 |
* | | | net: gso: use feature flag argument in all protocol gso handlers | Florian Westphal | 2014-10-20 | 5 | -5/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2014-10-20 | 8 | -41/+159 |
|\ \ \
| |/ /
|/| | |
|
| * | | netfilter: nft_nat: dump attributes if they are set | Pablo Neira Ayuso | 2014-10-18 | 1 | -9/+11 |
| * | | netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MIN | Pablo Neira Ayuso | 2014-10-18 | 1 | -22/+28 |
| * | | netfilter: nft_nat: insufficient attribute validation | Pablo Neira Ayuso | 2014-10-18 | 1 | -1/+3 |
| * | | netfilter: nft_compat: validate chain type in match/target | Pablo Neira Ayuso | 2014-10-18 | 1 | -9/+66 |
| * | | netfilter: nft_compat: fix hook validation for non-base chains | Pablo Neira Ayuso | 2014-10-14 | 1 | -0/+4 |
| * | | netfilter: nf_tables: restrict nat/masq expressions to nat chain type | Pablo Neira Ayuso | 2014-10-13 | 5 | -0/+40 |
| * | | netfilter: missing module license in the nf_reject_ipvX modules | Pablo Neira Ayuso | 2014-10-11 | 2 | -0/+7 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-19 | 4 | -7/+8 |
|\ \ \ |
|
| * | | | Net: DSA: Fix checking for get_phy_flags function | Andrew Lunn | 2014-10-19 | 1 | -1/+1 |
| * | | | ipv6: fix a potential use after free in sit.c | Li RongQing | 2014-10-18 | 1 | -3/+3 |
| * | | | ipv6: fix a potential use after free in ip6_offload.c | Li RongQing | 2014-10-18 | 1 | -0/+1 |
| * | | | ipv4: fix a potential use after free in gre_offload.c | Li RongQing | 2014-10-18 | 1 | -3/+3 |
* | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-18 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | 9p/trans_virtio: enable VQs early | Michael S. Tsirkin | 2014-10-15 | 1 | -0/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-18 | 34 | -202/+265 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | net: dsa: add includes for ethtool and phy_fixed definitions | Florian Fainelli | 2014-10-17 | 1 | -0/+1 |
| * | | | | openvswitch: Set flow-key members. | Pravin B Shelar | 2014-10-17 | 1 | -3/+3 |
| * | | | | netrom: use linux/uaccess.h | Fabian Frederick | 2014-10-17 | 7 | -7/+7 |
| * | | | | tipc: fix bug in bundled buffer reception | Jon Paul Maloy | 2014-10-17 | 1 | -1/+6 |
| * | | | | ipv6: introduce tcp_v6_iif() | Eric Dumazet | 2014-10-17 | 3 | -13/+18 |
| * | | | | ipv4: fix a potential use after free in fou.c | Li RongQing | 2014-10-17 | 1 | -0/+3 |
| * | | | | ipv4: fix a potential use after free in ip_tunnel_core.c | Li RongQing | 2014-10-17 | 1 | -1/+2 |
| * | | | | openvswitch: Create right mask with disabled megaflows | Pravin B Shelar | 2014-10-17 | 1 | -21/+72 |
| * | | | | openvswitch: fix a use after free | Li RongQing | 2014-10-17 | 1 | -1/+2 |
| * | | | | ipv4: dst_entry leak in ip_send_unicast_reply() | Vasily Averin | 2014-10-17 | 1 | -3/+9 |
| * | | | | ipv4: clean up cookie_v4_check() | Cong Wang | 2014-10-17 | 2 | -4/+4 |
| * | | | | ipv4: share tcp_v4_save_options() with cookie_v4_check() | Cong Wang | 2014-10-17 | 2 | -29/+1 |
| * | | | | ipv4: call __ip_options_echo() in cookie_v4_check() | Cong Wang | 2014-10-17 | 1 | -1/+1 |
| * | | | | openvswitch: use vport instead of p | Fabian Frederick | 2014-10-15 | 1 | -2/+2 |
| * | | | | openvswitch: kerneldoc warning fix | Fabian Frederick | 2014-10-15 | 1 | -1/+1 |
| * | | | | net: Add ndo_gso_check | Tom Herbert | 2014-10-15 | 1 | -1/+1 |
| * | | | | tcp: TCP Small Queues and strange attractors | Eric Dumazet | 2014-10-14 | 1 | -7/+19 |
| * | | | | net: Trap attempts to call sock_kfree_s() with a NULL pointer. | David S. Miller | 2014-10-14 | 1 | -0/+2 |
| * | | | | rds: avoid calling sock_kfree_s() on allocation failure | Cong Wang | 2014-10-14 | 1 | -3/+4 |
| * | | | | caif_usb: use target structure member in memset | Fabian Frederick | 2014-10-14 | 1 | -1/+1 |
| * | | | | caif_usb: remove redundant memory message | Fabian Frederick | 2014-10-14 | 1 | -3/+2 |
| * | | | | caif: replace kmalloc/memset 0 by kzalloc | Fabian Frederick | 2014-10-14 | 1 | -2/+2 |
| * | | | | ipv4: fix nexthop attlen check in fib_nh_match | Jiri Pirko | 2014-10-14 | 1 | -1/+1 |
| * | | | | tcp: fix tcp_ack() performance problem | Eric Dumazet | 2014-10-14 | 1 | -9/+27 |
| * | | | | ipv6: remove aca_lock spinlock from struct ifacaddr6 | Li RongQing | 2014-10-14 | 1 | -1/+0 |
| * | | | | tcp: fix ooo_okay setting vs Small Queues | Eric Dumazet | 2014-10-14 | 1 | -2/+6 |
| * | | | | net: sctp: fix remote memory pressure from excessive queueing | Daniel Borkmann | 2014-10-14 | 2 | -26/+10 |
| * | | | | net: sctp: fix panic on duplicate ASCONF chunks | Daniel Borkmann | 2014-10-14 | 1 | -0/+2 |
| * | | | | net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks | Daniel Borkmann | 2014-10-14 | 2 | -60/+57 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 9 | -16/+16 |
|\ \ \ \ |
|
| * | | | | net: Replace get_cpu_var through this_cpu_ptr | Christoph Lameter | 2014-08-26 | 9 | -16/+16 |