summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-132-45/+3
* ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2013-01-132-4/+5
* ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-132-7/+8
* ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-134-13/+7
* net: splice: fix __splice_segment()Eric Dumazet2013-01-111-13/+15
* ipv4: fib: fix a comment.Rami Rosen2013-01-111-1/+1
* net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck2013-01-111-0/+1
* net: Add support for XPS without sysfs being definedAlexander Duyck2013-01-103-21/+21
* net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck2013-01-101-66/+117
* net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck2013-01-101-23/+33
* net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2013-01-102-143/+160
* net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2013-01-101-25/+32
* net_sched: more precise pkt_len computationEric Dumazet2013-01-101-1/+21
* ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明2013-01-091-5/+4
* unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+2
* openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* net: init perm_addr in register_netdevice()Jiri Pirko2013-01-081-0/+7
* netpoll: add IPv6 supportCong Wang2013-01-081-10/+236
* ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang2013-01-083-35/+98
* netpoll: prepare for ipv6Cong Wang2013-01-081-178/+224
* net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-082-1/+4
* ethtool: consolidate work with ethtool_opsJiri Pirko2013-01-071-24/+21
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-067-16/+18
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-062-28/+21
* net: splice: avoid high order page splittingEric Dumazet2013-01-061-29/+9
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-066-18/+18
* ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko2013-01-061-1/+3
* ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明2013-01-041-2/+2
* net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2013-01-041-63/+0
* bonding: remove usage of dev->masterJiri Pirko2013-01-041-0/+1
* vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko2013-01-041-7/+11
* netpoll: remove usage of dev->masterJiri Pirko2013-01-041-3/+6
* bridge: remove usage of netdev_set_master()Jiri Pirko2013-01-041-3/+3
* rtnetlink: remove usage of dev->masterJiri Pirko2013-01-041-32/+37
* vlan: add link to upper deviceJiri Pirko2013-01-041-1/+9
* net: introduce upper device listsJiri Pirko2013-01-041-4/+235
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-034-5/+0
* net: add address assign type "SET"Jiri Pirko2013-01-031-0/+1
* net: call add_device_randomness() only after successful mac changeJiri Pirko2013-01-031-3/+4
* rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko2013-01-031-18/+2
* bridge: respect RFC2863 operational statestephen hemminger2012-12-304-6/+9
* net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann2012-12-301-0/+7
* skbuff: make __kmalloc_reserve staticstephen hemminger2012-12-281-2/+3
* tcp: make proc_tcp_fastopen_key staticstephen hemminger2012-12-281-2/+2
* sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger2012-12-281-1/+1
* net: use per task frag allocator in skb_append_datato_fragsEric Dumazet2012-12-281-27/+16
OpenPOWER on IntegriCloud