summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2428-53/+276
|\
| * net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter2015-06-241-1/+2
| * net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-241-0/+1
| * net: track link-status of ipv4 nexthopsAndy Gospodarek2015-06-241-0/+3
| * dcb : Fix incorrect documentation for struct dcb_appAnish Bhatt2015-06-231-3/+7
| * netlink: add API to retrieve all group membershipsDavid Herrmann2015-06-211-8/+9
| * netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso2015-06-181-1/+2
| * netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian2015-06-181-0/+8
| * netfilter: nfnetlink_queue: add security context informationRoman Kubiak2015-06-181-1/+3
| * sock_diag: implement a get_info handler for inetCraig Gallek2015-06-151-1/+2
| * sock_diag: define destruction multicast groupsCraig Gallek2015-06-151-0/+10
| * net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha2015-06-151-0/+13
| * Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-06-152-0/+11
| |\
| | * NFC: nci: add generic uart supportVincent Cuissard2015-06-111-0/+1
| | * NFC: netlink: Implement vendor command supportSamuel Ortiz2015-06-091-0/+10
| * | bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov2015-06-151-0/+1
| * | bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov2015-06-151-0/+1
| * | bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-151-0/+19
| * | netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-151-2/+2
| * | netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-3/+3
| * | net/ethtool: Add current supported tunable optionsHadar Hen Zion2015-06-111-0/+6
| * | can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2015-06-091-0/+5
| |/
| * bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-0/+2
| * inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-061-0/+1
| * mpls: Add definition for IPPROTO_MPLSTom Herbert2015-06-041-0/+2
| * bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov2015-06-031-0/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-0/+1
| |\
| * | geneve: allow user to specify TOS info for tunnel framesJohn W. Linville2015-06-011-0/+1
| * | geneve: allow user to specify TTL for tunnel framesJohn W. Linville2015-06-011-0/+1
| * | openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee2015-06-011-0/+4
| * | net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.hSowmini Varadhan2015-05-311-0/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-0/+2
| |\ \
| | * | netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso2015-05-261-0/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-05-301-0/+25
| |\ \ \
| | * | | ethtool: Add helper routines to pass vf to rx_flow_specJohn Fastabend2015-05-281-0/+25
| * | | | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-301-0/+2
| |/ / /
| * | | ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-251-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-232-1/+4
| |\ \ \
| * | | | net: sched: pkt_cls: remove unused macros from uapiFlorian Westphal2015-05-211-27/+5
| * | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-211-1/+3
| * | | | bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+10
| * | | | net-next: ethtool: Added port speed macros.Parav Pandit2015-05-191-1/+5
| | |/ / | |/| |
| * | | netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-141-0/+6
| * | | geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville2015-05-131-0/+9
| * | | packet: rollover statisticsWillem de Bruijn2015-05-131-0/+7
| * | | tc: introduce Flower classifierJiri Pirko2015-05-131-0/+30
| * | | net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-131-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-132-0/+11
| |\ \ \
| * | | | net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward2015-05-121-1/+2
| * | | | bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek2015-05-111-0/+3
OpenPOWER on IntegriCloud