summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-09net_sched: cls_cgroup: remove unnecessary ifJiri Pirko1-5/+1
2014-12-09net_sched: cls_flow: remove duplicate assignmentsJiri Pirko1-3/+0
2014-12-09net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-09net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-09net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko1-12/+5
2014-12-09net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko1-11/+5
2014-12-09tipc: convert name table read-write lock to RCUYing Xue3-59/+60
2014-12-09tipc: remove unnecessary INIT_LIST_HEADYing Xue2-3/+0
2014-12-09tipc: simplify relationship between name table lock and node lockYing Xue1-9/+10
2014-12-09tipc: any name table member must be protected under name table lockYing Xue1-1/+2
2014-12-09tipc: ensure all name sequences are properly protected with its lockYing Xue1-21/+27
2014-12-09tipc: ensure all name sequences are released when name table is stoppedYing Xue1-4/+3
2014-12-09tipc: make name table allocated dynamicallyYing Xue3-65/+55
2014-12-09tipc: remove size variable from publ_list structYing Xue1-12/+7
2014-12-09udp: Neaten and reduce size of compute_score functionsJoe Perches2-99/+125
2014-12-09net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2-4/+39
2014-12-09ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn1-0/+2
2014-12-06net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2-2/+108
2014-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller21-228/+326
2014-12-03netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik2-0/+4
2014-12-03netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik1-2/+1
2014-12-03netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik1-28/+28
2014-12-03netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik2-1/+2
2014-12-03netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik1-3/+70
2014-12-03netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik1-23/+17
2014-12-03bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+38
2014-12-03bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman1-10/+0
2014-12-03bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman2-2/+92
2014-12-03bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman2-0/+26
2014-12-03net-sysfs: expose physical switch id for particular deviceJiri Pirko1-0/+24
2014-12-03rtnl: expose physical switch id for particular deviceJiri Pirko1-1/+25
2014-12-03net: introduce generic switch devices supportJiri Pirko5-0/+55
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko3-5/+5
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko3-44/+49
2014-12-03bridge: convert flags in fbd entry into bitfieldsJiri Pirko1-3/+3
2014-12-03bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko1-7/+7
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-44/+83
2014-11-28netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan1-1/+1
2014-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-33/+67
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso11-98/+60
2014-11-27netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 trafficAlvaro Neira1-1/+39
2014-11-27netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2-47/+53
2014-11-27netfilter: conntrack: avoid zeroing timerFlorian Westphal1-7/+4
2014-11-27netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal1-17/+47
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn3-11/+14
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf1-5/+12
2014-11-26bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf1-0/+1
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf1-0/+6
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue8-175/+203
2014-11-26tipc: use generic SKB list APIs to manage link receive queueYing Xue2-50/+37