| Commit message (Expand) | Author | Age | Files | Lines |
* | rhashtable: remove indirection for grow/shrink decision functions | Daniel Borkmann | 2015-02-27 | 3 | -6/+0 |
* | af_packet: don't pass empty blocks for PACKET_V3 | Alexander Drozdov | 2015-02-24 | 1 | -1/+9 |
* | rtnetlink: avoid 0 sized arrays | Sasha Levin | 2015-02-24 | 1 | -2/+2 |
* | ipv6: addrconf: validate new MTU before applying it | Marcelo Leitner | 2015-02-23 | 1 | -1/+16 |
* | net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg | Catalin Marinas | 2015-02-23 | 1 | -9/+0 |
* | irda: replace current->state by set_current_state() | Fabian Frederick | 2015-02-23 | 2 | -3/+3 |
* | decnet: Fix obvious o/0 typo | Rasmus Villemoes | 2015-02-23 | 1 | -1/+1 |
* | tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight() | Neal Cardwell | 2015-02-22 | 1 | -1/+1 |
* | net: pktgen: disable xmit_clone on virtual devices | Eric Dumazet | 2015-02-22 | 1 | -0/+3 |
* | af_packet: allow packets defragmentation not only for hash fanout type | Alexander Drozdov | 2015-02-21 | 1 | -5/+5 |
* | net: reject creation of netdev names with colons | Matthew Thode | 2015-02-21 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-02-20 | 4 | -18/+28 |
|\ |
|
| * | netfilter: xt_socket: fix a stack corruption bug | Eric Dumazet | 2015-02-16 | 1 | -9/+12 |
| * | netfilter: xt_recent: don't reject rule if new hitcount exceeds table max | Florian Westphal | 2015-02-16 | 1 | -6/+5 |
| * | netfilter: nft_compat: fix module refcount underflow | Pablo Neira Ayuso | 2015-02-16 | 1 | -2/+10 |
| * | ipvs: fix inability to remove a mixed-family RS | Alexey Andriyanov | 2015-02-09 | 1 | -1/+1 |
* | | caif: fix a signedness bug in cfpkt_iterate() | Dan Carpenter | 2015-02-20 | 2 | -4/+4 |
* | | ethtool: Add hw-switch-offload to netdev_features_strings. | Rami Rosen | 2015-02-20 | 1 | -0/+1 |
* | | sock: sock_dequeue_err_skb() needs hard irq safety | Eric Dumazet | 2015-02-20 | 1 | -2/+3 |
* | | openvswitch: Fix net exit. | Pravin B Shelar | 2015-02-20 | 2 | -2/+45 |
* | | ematch: Fix auto-loading of ematch modules. | Ignacy Gawędzki | 2015-02-20 | 1 | -0/+1 |
* | | ipv4: ip_check_defrag should correctly check return value of skb_copy_bits | Alexander Drozdov | 2015-02-20 | 1 | -1/+1 |
* | | gen_stats.c: Duplicate xstats buffer for later use | Ignacy Gawędzki | 2015-02-19 | 1 | -1/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-02-17 | 19 | -48/+173 |
|\ \ |
|
| * | | net: dsa: Set valid phy interface type | Guenter Roeck | 2015-02-17 | 1 | -2/+7 |
| * | | rtnetlink: call ->dellink on failure when ->newlink exists | WANG Cong | 2015-02-15 | 1 | -1/+8 |
| * | | net: spelling fixes | Stephen Hemminger | 2015-02-14 | 3 | -3/+3 |
| * | | net/core: Fix warning while make xmldocs caused by dev.c | Masanari Iida | 2015-02-14 | 1 | -1/+1 |
| * | | ipv6: fix ipv6_cow_metrics for non DST_HOST case | Martin KaFai Lau | 2015-02-14 | 1 | -1/+1 |
| * | | openvswitch: Fix key serialization. | Pravin B Shelar | 2015-02-14 | 1 | -1/+1 |
| * | | tcp: make sure skb is not shared before using skb_get() | Eric Dumazet | 2015-02-13 | 1 | -8/+24 |
| * | | bridge: netfilter: Move sysctl-specific error code inside #ifdef | Geert Uytterhoeven | 2015-02-12 | 1 | -5/+2 |
| * | | ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gc | Jan Stancek | 2015-02-12 | 1 | -2/+2 |
| * | | gue: Use checksum partial with remote checksum offload | Tom Herbert | 2015-02-11 | 1 | -6/+22 |
| * | | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload | Tom Herbert | 2015-02-11 | 2 | -2/+3 |
| * | | udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path | Tom Herbert | 2015-02-11 | 2 | -2/+17 |
| * | | net: Fix remcsum in GRO path to not change packet | Tom Herbert | 2015-02-11 | 1 | -10/+10 |
| * | | openvswitch: Add missing initialization in validate_and_copy_set_tun() | Geert Uytterhoeven | 2015-02-11 | 1 | -1/+1 |
| * | | openvswitch: Reset key metadata for packet execution. | Pravin B Shelar | 2015-02-11 | 1 | -0/+2 |
| * | | rds: rds_cong_queue_updates needs to defer the congestion update transmission | Sowmini Varadhan | 2015-02-11 | 1 | -1/+15 |
| * | | ipv6: Partial checksum only UDP packets | Vlad Yasevich | 2015-02-11 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-02-11 | 2 | -6/+58 |
| |\ \ |
|
| | * | | netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_ID | Patrick McHardy | 2015-01-30 | 1 | -0/+1 |
| | * | | netfilter: nft_compat: add ebtables support | Arturo Borrero | 2015-01-30 | 1 | -6/+57 |
* | | | | net: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 2 | -22/+8 |
* | | | | memcg: cleanup static keys decrement | Vladimir Davydov | 2015-02-12 | 1 | -0/+4 |
* | | | | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-02-12 | 6 | -151/+209 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20 | J. Bruce Fields | 2015-02-02 | 22 | -60/+123 |
| |\ \ \ \ |
|
| * | | | | | sunrpc/lockd: fix references to the BKL | Jeff Layton | 2015-01-23 | 2 | -4/+3 |
| * | | | | | svcrdma: Handle additional inline content | Chuck Lever | 2015-01-15 | 1 | -0/+55 |