summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2015-04-042-7/+6
* netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-048-20/+18
* netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller2015-04-046-20/+16
* netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller2015-04-043-36/+27
* netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller2015-04-046-19/+16
* netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller2015-04-043-37/+28
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-0432-266/+157
* netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-044-44/+38
* netfilter: Create and use nf_hook_state.David S. Miller2015-04-043-45/+36
* ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann2015-04-031-0/+7
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-0330-63/+64
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-0339-202/+210
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-024-111/+43
* tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-025-90/+78
* tipc: drop tunneled packet duplicates at receptionJon Paul Maloy2015-04-021-85/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-0217-66/+87
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-0213-28/+55
| |\
| | * Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-04-013-5/+12
| | |\
| | | * mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-04-013-5/+12
| | * | tipc: fix a slab object leakYing Xue2015-03-311-1/+1
| | * | af_iucv: fix AF_IUCV sendmsg() errnoEugene Crosser2015-03-311-3/+1
| | * | openvswitch: Return vport module ref before destructionThomas Graf2015-03-311-3/+1
| | * | net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev2015-03-291-0/+11
| | * | netns: don't clear nsid too early on removalNicolas Dichtel2015-03-291-9/+15
| | * | ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2015-03-292-2/+2
| | * | ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-03-251-1/+8
| | * | net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-03-241-2/+2
| | * | tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-03-232-2/+2
| * | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-04-014-38/+32
| |\ \ \ | | |/ / | |/| |
| | * | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-314-38/+32
* | | | dev: set iflink to 0 for virtual interfacesNicolas Dichtel2015-04-021-0/+4
* | | | net: remove iflink field from struct net_deviceNicolas Dichtel2015-04-021-11/+2
* | | | dsa: implement ndo_get_iflinkNicolas Dichtel2015-04-021-5/+3
* | | | vlan: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+8
* | | | ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel2015-04-022-2/+12
* | | | ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-025-5/+13
* | | | ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel2015-04-023-10/+11
* | | | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-029-17/+43
* | | | pkt_sched: fq: correct spelling of locallySimon Horman2015-04-011-2/+2
* | | | can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp2015-04-011-1/+30
* | | | can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp2015-04-011-0/+21
* | | | Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-3146-1111/+1515
|\ \ \ \
| * | | | mac80211: set QoS capability before changing station stateJohannes Berg2015-03-301-4/+4
| * | | | mac80211: send HT/VHT IEs in TDLS discovery responseArik Nemtsov2015-03-301-3/+8
| * | | | mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com2015-03-305-11/+80
| * | | | mac80211: IBSS fix scan requestJanusz.Dziedzic@tieto.com2015-03-303-12/+97
| * | | | mac80211: factor out station lookup from ieee80211_build_hdr()Johannes Berg2015-03-301-70/+118
| * | | | mac80211: make sta.wme indicate whether QoS is usedJohannes Berg2015-03-304-5/+6
| * | | | mac80211: send AP probe as unicast againJohannes Berg2015-03-301-1/+1
| * | | | mac80111: aes_gcm: clean up ieee80211_aes_gcm_key_setup_encrypt()Johannes Berg2015-03-301-4/+8
OpenPOWER on IntegriCloud