summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-0/+4
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek1-0/+3
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar2-0/+2
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar2-0/+2
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar2-0/+2
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-17/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2-1/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman4-4/+4
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-1/+0
2015-05-11codel: add ce_threshold attributeEric Dumazet2-1/+15
2015-05-10netlink: allow to listen "all" netnsNicolas Dichtel3-0/+5
2015-05-10netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-05-10Merge tag 'linux-can-next-for-4.2-20150506' of git://git.kernel.org/pub/scm/l...David S. Miller1-0/+6
2015-05-10seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-7/+5
2015-05-10seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-4/+0
2015-05-10net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan1-0/+6
2015-05-10Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...David S. Miller3-80/+113
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet2-1/+3
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet1-5/+22
2015-05-06cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov2-14/+18
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg1-0/+7
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg1-39/+40
2015-05-06can.h: make padding given by gcc explicitShawn Landden1-0/+6
2015-05-06vlan: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-06etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck1-0/+18
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet3-1/+13
2015-05-05mac80211: make LED trigger names constJohannes Berg1-13/+14
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing3-0/+5
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim1-0/+2
2015-05-04net: Add flow_keys digestTom Herbert1-0/+16
2015-05-04net: Add skb_get_hash_perturbTom Herbert1-0/+2
2015-05-04etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck1-1/+23
2015-05-04ipv6: Flow label state rangesTom Herbert2-2/+8
2015-05-03net: sched: remove TC_MUNGED bitsFlorian Westphal2-2/+3
2015-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-23/+51
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-5/+19
2015-05-02virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-05-02ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2-37/+0
2015-05-02ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau1-9/+1
2015-05-01Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2015-05-01Merge tag 'sound-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-8/+24
2015-04-30Merge tag 'asoc-v4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai4-3/+15
2015-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+0
2015-04-30Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2015-04-30Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2015-04-30tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+1
2015-04-30tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2-1/+8
2015-04-30tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2-0/+5
2015-04-30tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet3-1/+6