summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2011-12-04ipv6: add ip6_route_lookupFlorian Westphal-0/+2
2011-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-1/+3
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller-9/+0
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross-1/+1
2011-12-03genetlink: Add genl_notify()Pravin B Shelar-0/+2
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko-0/+5
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-18/+19
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock-1/+1
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes-0/+9
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes-0/+10
2011-12-02Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko-0/+8
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet-1/+4
2011-12-01dsa: Include linux/if_ether.h to fix build errorAxel Lin-0/+1
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix-0/+5
2011-11-30caif: Remove unused attributes from struct cflayersjur.brandeland@stericsson.com-4/+0
2011-11-30caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com-16/+2
2011-11-30caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com-4/+26
2011-11-30sch_red: fix red_calc_qavg_from_idle_timeEric Dumazet-9/+6
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller-5/+0
2011-11-30atm: clip: Convert over to neighbour_priv()David Miller-2/+0
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller-1/+0
2011-11-30neigh: Create mechanism for generic neigh private areas.David Miller-0/+7
2011-11-30cfg80211: clarify set tx power mBm documentationLuis R. Rodriguez-1/+2
2011-11-29flow_dissector: use a 64bit load/storeEric Dumazet-0/+1
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller-9/+12
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell-0/+8
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings-0/+90
2011-11-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-110/+96
2011-11-28net: introduce skb_flow_dissect()Eric Dumazet-0/+15
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen-0/+1
2011-11-28{nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh-0/+2
2011-11-28wireless: Add NoAck per tid supportSimon Wunderlich-0/+6
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-110/+96
2011-11-26inet: add a redirect generation id in inetpeerEric Dumazet-0/+1
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings-2/+51
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+6
2011-11-26route: struct rtable can be const in rt_is_input_route and rt_is_output_routeSteffen Klassert-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert-6/+1
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert-2/+2
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei-0/+2
2011-11-23netprio_cgroup: Fix build breakNeil Horman-13/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-12/+7
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan-0/+8
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman-0/+68
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville-95/+59
2011-11-22netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso-9/+12
2011-11-21wireless: Support ht-capabilities over-rides.Ben Greear-0/+27
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg-63/+0
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg-0/+4
2011-11-21mac80211: transmit fragment list to driversJohannes Berg-5/+17