summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-14ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2-4/+5
2013-01-14ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2-7/+8
2013-01-14ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明4-13/+7
2013-01-12net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-12ipv4: fib: fix a comment.Rami Rosen1-1/+1
2013-01-12net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck1-0/+1
2013-01-11net: Add support for XPS without sysfs being definedAlexander Duyck3-21/+21
2013-01-11net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck1-66/+117
2013-01-11net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck1-23/+33
2013-01-11net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2-143/+160
2013-01-11net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck1-25/+32
2013-01-11net_sched: more precise pkt_len computationEric Dumazet1-1/+21
2013-01-10ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明1-5/+4
2013-01-10unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-10openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09net: init perm_addr in register_netdevice()Jiri Pirko1-0/+7
2013-01-09netpoll: add IPv6 supportCong Wang1-10/+236
2013-01-09ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang3-35/+98
2013-01-09netpoll: prepare for ipv6Cong Wang1-178/+224
2013-01-09net: introduce skb_transport_header_was_set()Eric Dumazet2-1/+4
2013-01-08ethtool: consolidate work with ethtool_opsJiri Pirko1-24/+21
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa7-16/+18
2013-01-07ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2-28/+21
2013-01-07net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko6-18/+18
2013-01-07ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko1-1/+3
2013-01-05ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-05net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko1-63/+0
2013-01-05bonding: remove usage of dev->masterJiri Pirko1-0/+1
2013-01-05vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko1-7/+11
2013-01-05netpoll: remove usage of dev->masterJiri Pirko1-3/+6
2013-01-05bridge: remove usage of netdev_set_master()Jiri Pirko1-3/+3
2013-01-05rtnetlink: remove usage of dev->masterJiri Pirko1-32/+37
2013-01-05vlan: add link to upper deviceJiri Pirko1-1/+9
2013-01-05net: introduce upper device listsJiri Pirko1-4/+235
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko4-5/+0
2013-01-04net: add address assign type "SET"Jiri Pirko1-0/+1
2013-01-04net: call add_device_randomness() only after successful mac changeJiri Pirko1-3/+4
2013-01-04rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko1-18/+2
2012-12-30bridge: respect RFC2863 operational statestephen hemminger4-6/+9
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann1-0/+7
2012-12-29skbuff: make __kmalloc_reserve staticstephen hemminger1-2/+3
2012-12-29tcp: make proc_tcp_fastopen_key staticstephen hemminger1-2/+2
2012-12-29sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger1-1/+1
2012-12-29net: use per task frag allocator in skb_append_datato_fragsEric Dumazet1-27/+16
2012-12-29rtnl: expose carrier value with possibility to set itJiri Pirko1-0/+10