summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-0/+7
* | | ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann2015-03-011-22/+14
* | | ebpf: constify various function pointer structsDaniel Borkmann2015-03-011-3/+3
* | | tcp: cleanup static functionsEric Dumazet2015-02-283-5/+4
* | | tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet2015-02-281-1/+1
* | | tcp: tso: restore IW10 after TSO autosizingEric Dumazet2015-02-281-2/+11
* | | tcp: tso: remove tp->tso_deferredEric Dumazet2015-02-281-9/+5
* | | tipc: make media address offset a common defineErik Hugne2015-02-272-4/+3
* | | tipc: rename media/msg related definitionsErik Hugne2015-02-274-6/+6
* | | tipc: purge links when bearer is disabledErik Hugne2015-02-271-1/+1
* | | tipc: fix nullpointer bug when subscribing to eventsErik Hugne2015-02-271-19/+4
* | | tipc: only create header copy for name distr messagesErik Hugne2015-02-271-1/+1
* | | fib_trie: Remove leaf_infoAlexander Duyck2015-02-271-307/+156
* | | fib_trie: Add slen to fib aliasAlexander Duyck2015-02-272-19/+19
* | | fib_trie: Replace plen with slen in leaf_infoAlexander Duyck2015-02-271-33/+30
* | | fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-273-39/+47
* | | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-274-7/+95
* | | igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2015-02-271-9/+31
* | | udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-271-0/+10
* | | bridge: fix link notification skb size calculation to include vlan rangesRoopa Prabhu2015-02-261-7/+85
* | | net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2015-02-252-6/+3
* | | net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli2015-02-254-0/+161
* | | net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck2015-02-253-17/+13
* | | ipv6: remove dead debug code from ip6_tunnel.cIan Morris2015-02-241-6/+0
* | | bridge: add vlan info to bridge setlink and dellink notification messagesRoopa Prabhu2015-02-221-22/+24
* | | net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali2015-02-221-5/+5
* | | batman-adv: Fix use of seq_has_overflowed()Joe Perches2015-02-221-1/+1
* | | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-224-16/+9
* | | ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter2015-02-211-1/+1
* | | ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater2015-02-211-1/+1
* | | igmp: add __ip_mc_{join|leave}_group()Eric Dumazet2015-02-201-18/+34
* | | batman-adv: Remove uses of return value of seq_printfJoe Perches2015-02-201-9/+10
* | | tcp: silence registration messagestephen hemminger2015-02-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-1719-48/+173
|\ \ \
| * | | net: dsa: Set valid phy interface typeGuenter Roeck2015-02-171-2/+7
| * | | rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-151-1/+8
| * | | net: spelling fixesStephen Hemminger2015-02-143-3/+3
| * | | net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida2015-02-141-1/+1
| * | | ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-02-141-1/+1
| * | | openvswitch: Fix key serialization.Pravin B Shelar2015-02-141-1/+1
| * | | tcp: make sure skb is not shared before using skb_get()Eric Dumazet2015-02-131-8/+24
| * | | bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven2015-02-121-5/+2
| * | | ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2015-02-121-2/+2
| * | | gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-6/+22
| * | | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-112-2/+3
| * | | udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2015-02-112-2/+17
| * | | net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-111-10/+10
| * | | openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven2015-02-111-1/+1
| * | | openvswitch: Reset key metadata for packet execution.Pravin B Shelar2015-02-111-0/+2
| * | | rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan2015-02-111-1/+15
OpenPOWER on IntegriCloud