summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-12-09ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc
2014-12-09net: sched: cls_basic: fix error path in basic_change()Jiri Pirko
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko
2014-12-09tipc: fix missing spinlock init and nullptr oopsErik Hugne
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-09tipc: drop tx side permission checksErik Hugne
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong
2014-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry
2014-12-09net_sched: cls_cgroup: remove unnecessary ifJiri Pirko
2014-12-09net_sched: cls_flow: remove duplicate assignmentsJiri Pirko
2014-12-09net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko
2014-12-09net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko
2014-12-09net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko
2014-12-09net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko
2014-12-09tipc: convert name table read-write lock to RCUYing Xue
2014-12-09tipc: remove unnecessary INIT_LIST_HEADYing Xue
2014-12-09tipc: simplify relationship between name table lock and node lockYing Xue
2014-12-09tipc: any name table member must be protected under name table lockYing Xue
2014-12-09tipc: ensure all name sequences are properly protected with its lockYing Xue
2014-12-09tipc: ensure all name sequences are released when name table is stoppedYing Xue
2014-12-09tipc: make name table allocated dynamicallyYing Xue
2014-12-09tipc: remove size variable from publ_list structYing Xue
2014-12-09udp: Neaten and reduce size of compute_score functionsJoe Perches
2014-12-09net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn
2014-12-09ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn
2014-12-06net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-12-03netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik
2014-12-03netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik
2014-12-03netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik
2014-12-03netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik
2014-12-03netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik
2014-12-03netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik
2014-12-03bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-03bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman
2014-12-03bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman
2014-12-03bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman
2014-12-03net-sysfs: expose physical switch id for particular deviceJiri Pirko
2014-12-03rtnl: expose physical switch id for particular deviceJiri Pirko