| Commit message (Expand) | Author | Age | Files | Lines |
* | tc: bpf: add checksum helpers | Alexei Starovoitov | 2015-04-06 | 1 | -4/+104 |
* | netfilter: Pass nf_hook_state through arpt_do_table(). | David S. Miller | 2015-04-04 | 2 | -7/+6 |
* | netfilter: Pass nf_hook_state through nft_set_pktinfo*(). | David S. Miller | 2015-04-04 | 8 | -20/+18 |
* | netfilter: Pass nf_hook_state through ip6t_do_table(). | David S. Miller | 2015-04-04 | 6 | -20/+16 |
* | netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}(). | David S. Miller | 2015-04-04 | 3 | -36/+27 |
* | netfilter: Pass nf_hook_state through ipt_do_table(). | David S. Miller | 2015-04-04 | 6 | -19/+16 |
* | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). | David S. Miller | 2015-04-04 | 3 | -37/+28 |
* | netfilter: Make nf_hookfn use nf_hook_state. | David S. Miller | 2015-04-04 | 32 | -266/+157 |
* | netfilter: Use nf_hook_state in nf_queue_entry. | David S. Miller | 2015-04-04 | 4 | -44/+38 |
* | netfilter: Create and use nf_hook_state. | David S. Miller | 2015-04-04 | 3 | -45/+36 |
* | ebpf: add skb->priority to offset map for usage in {cls, act}_bpf | Daniel Borkmann | 2015-04-03 | 1 | -0/+7 |
* | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 2015-04-03 | 30 | -63/+64 |
* | ipv4: coding style: comparison for equality with NULL | Ian Morris | 2015-04-03 | 39 | -202/+210 |
* | tipc: simplify link mtu negotiation | Jon Paul Maloy | 2015-04-02 | 4 | -111/+43 |
* | tipc: eliminate delayed link deletion at link failover | Jon Paul Maloy | 2015-04-02 | 5 | -90/+78 |
* | tipc: drop tunneled packet duplicates at reception | Jon Paul Maloy | 2015-04-02 | 1 | -85/+47 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-02 | 17 | -66/+87 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-04-02 | 13 | -28/+55 |
| |\ |
|
| | * | Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2015-04-01 | 3 | -5/+12 |
| | |\ |
|
| | | * | mac80211: fix RX A-MPDU session reorder timer deletion | Johannes Berg | 2015-04-01 | 3 | -5/+12 |
| | * | | tipc: fix a slab object leak | Ying Xue | 2015-04-01 | 1 | -1/+1 |
| | * | | af_iucv: fix AF_IUCV sendmsg() errno | Eugene Crosser | 2015-03-31 | 1 | -3/+1 |
| | * | | openvswitch: Return vport module ref before destruction | Thomas Graf | 2015-03-31 | 1 | -3/+1 |
| | * | | net: tcp6: fix double call of tcp_v6_fill_cb() | Alexey Kodanev | 2015-03-29 | 1 | -0/+11 |
| | * | | netns: don't clear nsid too early on removal | Nicolas Dichtel | 2015-03-29 | 1 | -9/+15 |
| | * | | ipmr,ip6mr: call ip6mr_free_table() on failure path | WANG Cong | 2015-03-29 | 2 | -2/+2 |
| | * | | ipv6: Don't reduce hop limit for an interface | D.S. Ljungmark | 2015-03-25 | 1 | -1/+8 |
| | * | | net: use for_each_netdev_safe() in rtnl_group_changelink() | WANG Cong | 2015-03-24 | 1 | -2/+2 |
| | * | | tcp: prevent fetching dst twice in early demux code | Michal Kubeček | 2015-03-24 | 2 | -2/+2 |
| * | | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-04-01 | 4 | -38/+32 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | sunrpc: make debugfs file creation failure non-fatal | Jeff Layton | 2015-03-31 | 4 | -38/+32 |
* | | | | dev: set iflink to 0 for virtual interfaces | Nicolas Dichtel | 2015-04-02 | 1 | -0/+4 |
* | | | | net: remove iflink field from struct net_device | Nicolas Dichtel | 2015-04-02 | 1 | -11/+2 |
* | | | | dsa: implement ndo_get_iflink | Nicolas Dichtel | 2015-04-02 | 1 | -5/+3 |
* | | | | vlan: implement ndo_get_iflink | Nicolas Dichtel | 2015-04-02 | 1 | -1/+8 |
* | | | | ipmr,ip6mr: implement ndo_get_iflink | Nicolas Dichtel | 2015-04-02 | 2 | -2/+12 |
* | | | | ipip,gre,vti,sit: implement ndo_get_iflink | Nicolas Dichtel | 2015-04-02 | 5 | -5/+13 |
* | | | | ip6tnl,gre6,vti6: implement ndo_get_iflink | Nicolas Dichtel | 2015-04-02 | 3 | -10/+11 |
* | | | | dev: introduce dev_get_iflink() | Nicolas Dichtel | 2015-04-02 | 9 | -17/+43 |
* | | | | pkt_sched: fq: correct spelling of locally | Simon Horman | 2015-04-02 | 1 | -2/+2 |
* | | | | can: introduce new raw socket option to join the given CAN filters | Oliver Hartkopp | 2015-04-01 | 1 | -1/+30 |
* | | | | can: fix multiple delivery of a single CAN frame for overlapping CAN filters | Oliver Hartkopp | 2015-04-01 | 1 | -0/+21 |
* | | | | Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc... | David S. Miller | 2015-03-31 | 46 | -1111/+1515 |
|\ \ \ \ |
|
| * | | | | mac80211: set QoS capability before changing station state | Johannes Berg | 2015-03-30 | 1 | -4/+4 |
| * | | | | mac80211: send HT/VHT IEs in TDLS discovery response | Arik Nemtsov | 2015-03-30 | 1 | -3/+8 |
| * | | | | mac80211: add VHT support for IBSS | Janusz.Dziedzic@tieto.com | 2015-03-30 | 5 | -11/+80 |
| * | | | | mac80211: IBSS fix scan request | Janusz.Dziedzic@tieto.com | 2015-03-30 | 3 | -12/+97 |
| * | | | | mac80211: factor out station lookup from ieee80211_build_hdr() | Johannes Berg | 2015-03-30 | 1 | -70/+118 |
| * | | | | mac80211: make sta.wme indicate whether QoS is used | Johannes Berg | 2015-03-30 | 4 | -5/+6 |
| * | | | | mac80211: send AP probe as unicast again | Johannes Berg | 2015-03-30 | 1 | -1/+1 |